Browse Source

Fixed typos about LOONGARCH64

tags/v0.3.18
gxw 4 years ago
parent
commit
34207bdf5b
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Makefile.system
  2. +1
    -1
      common_loongarch64.h

+ 1
- 1
Makefile.system 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


+ 1
- 1
common_loongarch64.h 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)



Loading…
Cancel
Save