Fixed typos about LOONGARCH64

This commit is contained in:
gxw 2021-07-30 18:11:12 +08:00
parent 1b6db3dbba
commit 34207bdf5b
2 changed files with 2 additions and 2 deletions

View File

@ -856,7 +856,7 @@ BINARY_DEFINED = 1
endif
ifeq ($(ARCH), loongarch64)
ifeq ($(CORE), LOONGSONG3R5)
ifeq ($(CORE), LOONGSON3R5)
CCOMMON_OPT += -march=loongarch64 -mabi=lp64
FCOMMON_OPT += -march=loongarch64 -mabi=lp64
endif

View File

@ -186,7 +186,7 @@ REALNAME: ;\
#define BUFFER_SIZE ( 32 << 20)
#define PAGESIZE (16UL << 1)
#define PAGESIZE (16UL << 10)
#define FIXED_PAGESIZE (16UL << 10)
#define HUGE_PAGESIZE ( 2 << 20)