summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/include/param.h')
-rw-r--r--sys/arm/include/param.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/include/param.h b/sys/arm/include/param.h
index 2161103..1694bc4 100644
--- a/sys/arm/include/param.h
+++ b/sys/arm/include/param.h
@@ -92,6 +92,8 @@
#define NBPDR (1 << PDR_SHIFT)
#define NPDEPG (1 << (32 - PDR_SHIFT))
+#define MAXPAGESIZES 1 /* maximum number of supported page sizes */
+
#ifndef KSTACK_PAGES
#define KSTACK_PAGES 2
#endif /* !KSTACK_PAGES */
OpenPOWER on IntegriCloud