summaryrefslogtreecommitdiffstats
path: root/sys/mips/include/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/include/param.h')
-rw-r--r--sys/mips/include/param.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/mips/include/param.h b/sys/mips/include/param.h
index 10f348a..b818649 100644
--- a/sys/mips/include/param.h
+++ b/sys/mips/include/param.h
@@ -115,6 +115,8 @@
#define SEGOFSET (NBSEG-1) /* byte offset into segment */
#define SEGSHIFT 22 /* LOG2(NBSEG) */
+#define MAXPAGESIZES 1 /* maximum number of supported page sizes */
+
/* XXXimp: This has moved to vmparam.h */
/* Also, this differs from the mips2 definition, but likely is better */
/* since this means the kernel won't chew up TLBs when it is executing */
OpenPOWER on IntegriCloud