aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-11-11 23:37:52 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-11-11 23:37:52 +0000
commitcf31ff2692c6a53a8a12475dcc386f034bda89b2 (patch)
tree43d4ddf98d0c730c6536010888a0fb07bf4586ce /sys/conf
parentbb43b6d5b6e95c8eb6a55a266f4ad37fdde25305 (diff)
downloadsrc-cf31ff2692c6a53a8a12475dcc386f034bda89b2.tar.gz
src-cf31ff2692c6a53a8a12475dcc386f034bda89b2.zip
More MUTEX_PROFILING -> LOCK_PROFILING.
Notes
Notes: svn path=/head/; revision=164208
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index b660ddce3ce9..2ab99f066837 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -195,7 +195,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, KTR, MUTEX_PROFILING,
+# already implied by the INVARIANT_SUPPORT, INVARIANTS, KTR, LOCK_PROFILING,
# and WITNESS options.
options MUTEX_NOINLINE
@@ -207,7 +207,7 @@ 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,
+# already implied by the INVARIANT_SUPPORT, INVARIANTS, KTR, LOCK_PROFILING,
# and WITNESS options.
options RWLOCK_NOINLINE
@@ -241,8 +241,7 @@ options WITNESS
options WITNESS_KDB
options WITNESS_SKIPSPIN
-# LOCK_PROFILING - Profiling locks. See
-# MUTEX_PROFILING(9) for details.
+# LOCK_PROFILING - Profiling locks. See LOCK_PROFILING(9) for details.
options LOCK_PROFILING
# Set the number of buffers and the hash size. The hash size MUST be larger
# than the number of buffers. Hash size should be prime.