summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ia64/include/param.h')
-rw-r--r--sys/ia64/include/param.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/ia64/include/param.h b/sys/ia64/include/param.h
index 8518020..331af7a 100644
--- a/sys/ia64/include/param.h
+++ b/sys/ia64/include/param.h
@@ -89,6 +89,8 @@
#define PAGE_MASK (PAGE_SIZE-1)
#define NPTEPG (PAGE_SIZE/(sizeof (pt_entry_t)))
+#define MAXPAGESIZES 1 /* maximum number of supported page sizes */
+
#ifndef KSTACK_PAGES
#define KSTACK_PAGES 4 /* pages of kernel stack */
#endif
OpenPOWER on IntegriCloud