Document the MUTEX_WAKE_ALL option and turn it on in LINT.

This commit is contained in:
John Baldwin 2004-06-30 01:00:59 +00:00
parent 148924742b
commit 4f02f1d566
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131298

View File

@ -178,6 +178,11 @@ options ADAPTIVE_MUTEXES
# and WITNESS options.
options MUTEX_NOINLINE
# MUTEX_WAKE_ALL changes the mutex unlock algorithm to wake all waiters
# when a contested mutex is released rather than just awaking the highest
# priority waiter.
options MUTEX_WAKE_ALL
# SMP Debugging Options:
#
# MUTEX_DEBUG enables various extra assertions in the mutex code.