1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Reinforce discouragement of the use of FULL_PREEMPTION.

This commit is contained in:
Robert Watson 2004-07-23 17:44:07 +00:00
parent 4da86f8826
commit eca77c0fbe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132584

View File

@ -192,6 +192,7 @@ options MUTEX_WAKE_ALL
# bugs during development. Enabling this option will reduce
# performance and increase the frequency of kernel panics by
# design. If you aren't sure that you need it then you don't.
# DON'T TURN THIS ON.
# MUTEX_DEBUG enables various extra assertions in the mutex code.
# SLEEPQUEUE_PROFILING enables rudimentary profiling of the hash table
# used to hold active sleep queues.