Catch up to SMP_DEBUG -> MUTEX_DEBUG.

This commit is contained in:
jhb 2000-10-20 07:41:50 +00:00
parent 8e37d20156
commit d61f6536d5
2 changed files with 4 additions and 4 deletions

View File

@ -136,10 +136,10 @@ options APIC_IO # Symmetric (APIC) I/O
# SMP Debugging Options:
#
# SMP_DEBUG enables various extra assertions in the mutex code.
# MUTEX_DEBUG enables various extra assertions in the mutex code.
# WITNESS enables the mutex witness code which detects deadlocks and cycles
# during locking operations.
options SMP_DEBUG
options MUTEX_DEBUG
options WITNESS

View File

@ -136,10 +136,10 @@ options APIC_IO # Symmetric (APIC) I/O
# SMP Debugging Options:
#
# SMP_DEBUG enables various extra assertions in the mutex code.
# MUTEX_DEBUG enables various extra assertions in the mutex code.
# WITNESS enables the mutex witness code which detects deadlocks and cycles
# during locking operations.
options SMP_DEBUG
options MUTEX_DEBUG
options WITNESS