diff --git a/common_mips64.h b/common_mips64.h index 7c7a70ba5..acea79011 100644 --- a/common_mips64.h +++ b/common_mips64.h @@ -220,6 +220,11 @@ REALNAME: ;\ #define BUFFER_SIZE ( 8 << 20) +#if defined(LOONGSON3A) +#define PAGESIZE (16UL << 10) +#define FIXED_PAGESIZE (16UL << 10) +#endif + #ifndef PAGESIZE #define PAGESIZE (64UL << 10) #endif