Document MUTEX_NOINLINE.
Reported by: sam
This commit is contained in:
parent
3cc6e3f53c
commit
2fb8f5fbb0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user