Witness doesn't just track mutexes, so don't say mutexes specifically. It

also tracks sxlocks, etc.
This commit is contained in:
rwatson 2002-04-18 03:41:49 +00:00
parent b7829d60fe
commit fc9f51621b

View File

@ -123,7 +123,7 @@ options SMP # Symmetric MultiProcessor Kernel
# SMP Debugging Options:
#
# MUTEX_DEBUG enables various extra assertions in the mutex code.
# WITNESS enables the mutex witness code which detects deadlocks and cycles
# WITNESS enables the witness code which detects deadlocks and cycles
# during locking operations.
# WITNESS_DDB causes the witness code to drop into the kernel debugger if
# a lock heirarchy violation occurs or if locks are held when going to