aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES12
1 files changed, 4 insertions, 8 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index f7253873828c..6c7386992f19 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -231,18 +231,14 @@ options EARLY_AP_STARTUP
# A default value should be already present, for every architecture.
options MAXCPU=32
+# NUMA enables use of Non-Uniform Memory Access policies in various kernel
+# subsystems.
+options NUMA
+
# 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=2
-# VM_NUMA_ALLOC enables use of memory domain-aware allocation in the VM
-# system.
-options VM_NUMA_ALLOC
-
-# DEVICE_NUMA enables reporting of domain affinity of I/O devices via
-# bus_get_domain(), etc.
-options DEVICE_NUMA
-
# 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