summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-01-31 22:56:44 +0000
committerjhb <jhb@FreeBSD.org>2006-01-31 22:56:44 +0000
commite3e0f821dbfa63c14725f08070cd08f08f926e8e (patch)
tree732c007fb038ef12342d7e00494a4f3a3e321dfa
parent67972010666f08db794c78461eaffee9f5987cea (diff)
downloadFreeBSD-src-e3e0f821dbfa63c14725f08070cd08f08f926e8e.zip
FreeBSD-src-e3e0f821dbfa63c14725f08070cd08f08f926e8e.tar.gz
Add RWLOCK_NOINLINE.
-rw-r--r--sys/conf/NOTES9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index ee0c4a1..4a7d021 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -191,7 +191,7 @@ options ADAPTIVE_GIANT
# 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,
+# already implied by the INVARIANT_SUPPORT, INVARIANTS, KTR, MUTEX_PROFILING,
# and WITNESS options.
options MUTEX_NOINLINE
@@ -200,6 +200,13 @@ options MUTEX_NOINLINE
# priority waiter.
options MUTEX_WAKE_ALL
+# RWLOCK_NOINLINE forces rwlock 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, KTR, MUTEX_PROFILING,
+# and WITNESS options.
+options RWLOCK_NOINLINE
+
# SMP Debugging Options:
#
# PREEMPTION allows the threads that are in the kernel to be preempted
OpenPOWER on IntegriCloud