diff options
author | rwatson <rwatson@FreeBSD.org> | 2002-04-18 03:41:49 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2002-04-18 03:41:49 +0000 |
commit | fc9f51621b230cc70b7bcd43335e63af4db92178 (patch) | |
tree | a467ac83ecf690cba4bc44651e395c95e69f630d | |
parent | b7829d60fef4ef94c68a4c95c5e46126cf910197 (diff) | |
download | FreeBSD-src-fc9f51621b230cc70b7bcd43335e63af4db92178.zip FreeBSD-src-fc9f51621b230cc70b7bcd43335e63af4db92178.tar.gz |
Witness doesn't just track mutexes, so don't say mutexes specifically. It
also tracks sxlocks, etc.
-rw-r--r-- | sys/conf/NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 1914f54..b314bac 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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 |