summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2013-05-07 22:46:24 +0000
committerattilio <attilio@FreeBSD.org>2013-05-07 22:46:24 +0000
commitb24a52ec9e4e733ae0b5b5932af72cf6fc7d5752 (patch)
treec6aaa29a3a53aeb1e8a30aaca92924124e0457e3 /sys/conf/NOTES
parentdda6e068736ebb6565141c87715edf0526db5390 (diff)
downloadFreeBSD-src-b24a52ec9e4e733ae0b5b5932af72cf6fc7d5752.zip
FreeBSD-src-b24a52ec9e4e733ae0b5b5932af72cf6fc7d5752.tar.gz
Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in
order to match the MAXCPU concept. The change should also be useful for consolidation and consistency. Sponsored by: EMC / Isilon storage division Obtained from: jeff Reviewed by: alc
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index c99668d..48dba77 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -224,6 +224,10 @@ options SMP # Symmetric MultiProcessor Kernel
# A default value should be already present, for every architecture.
options MAXCPU=32
+# MAXMEMDOM defines the maximum number of memory domains that can boot in the
+# system. A default value should already be defined by every architecture.
+options MAXMEMDOM=1
+
# ADAPTIVE_MUTEXES changes the behavior of blocking mutexes to spin
# if the thread that currently owns the mutex is executing on another
# CPU. This behavior is enabled by default, so this option can be used
OpenPOWER on IntegriCloud