summaryrefslogtreecommitdiffstats
path: root/sys/mips/include/pmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/include/pmap.h')
-rw-r--r--sys/mips/include/pmap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/mips/include/pmap.h b/sys/mips/include/pmap.h
index 10623a8..e710635 100644
--- a/sys/mips/include/pmap.h
+++ b/sys/mips/include/pmap.h
@@ -49,7 +49,11 @@
#include <machine/vmparam.h>
#include <machine/pte.h>
+#if defined(__mips_n32) || defined(__mips_n64) /* PHYSADDR_64BIT */
+#define NKPT 256 /* mem > 4G, vm_page_startup needs more KPTs */
+#else
#define NKPT 120 /* actual number of kernel page tables */
+#endif
#ifndef LOCORE
OpenPOWER on IntegriCloud