summaryrefslogtreecommitdiffstats
path: root/sys/sun4v/include/vmparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sun4v/include/vmparam.h')
-rw-r--r--sys/sun4v/include/vmparam.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/sun4v/include/vmparam.h b/sys/sun4v/include/vmparam.h
index bd133e8..f4b24b5 100644
--- a/sys/sun4v/include/vmparam.h
+++ b/sys/sun4v/include/vmparam.h
@@ -121,6 +121,13 @@
#define VM_NFREEORDER 12
/*
+ * Only one memory domain.
+ */
+#ifndef VM_NDOMAIN
+#define VM_NDOMAIN 1
+#endif
+
+/*
* Disable superpage reservations.
*/
#ifndef VM_NRESERVLEVEL
OpenPOWER on IntegriCloud