summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-09-19 19:04:30 +0000
committerjhb <jhb@FreeBSD.org>2003-09-19 19:04:30 +0000
commit2fb8f5fbb0303ad94c4df46c37d4afcb918f0109 (patch)
tree785b1d4775505747f0ea20a505e67764825aa0c1 /sys/conf
parent3cc6e3f53ce42c19af62d840203ee9d993758cca (diff)
downloadFreeBSD-src-2fb8f5fbb0303ad94c4df46c37d4afcb918f0109.zip
FreeBSD-src-2fb8f5fbb0303ad94c4df46c37d4afcb918f0109.tar.gz
Document MUTEX_NOINLINE.
Reported by: sam
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index e5ae8a4..5aaf2b1 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -167,6 +167,13 @@ options SMP # Symmetric MultiProcessor Kernel
# CPU.
options ADAPTIVE_MUTEXES
+# MUTEX_NOINLINE forces mutex operations to call functions to perform each
+# operation rather than inlining the simple cases. This can be used to
+# shrink the size of the kernel text segment. Note that this behavior is
+# already implied by the INVARIANT_SUPPORT, INVARIANTS, MUTEX_PROFILING,
+# and WITNESS options.
+options MUTEX_NOINLINE
+
# SMP Debugging Options:
#
# MUTEX_DEBUG enables various extra assertions in the mutex code.
OpenPOWER on IntegriCloud