Catch up to SMP_DEBUG -> MUTEX_DEBUG.

This commit is contained in:
John Baldwin 2000-10-20 07:41:50 +00:00
parent bce7f05af8
commit ab4f2c187a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67359
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 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 # WITNESS enables the mutex witness code which detects deadlocks and cycles
# during locking operations. # during locking operations.
options SMP_DEBUG options MUTEX_DEBUG
options WITNESS options WITNESS

View file

@ -136,10 +136,10 @@ options APIC_IO # Symmetric (APIC) I/O
# SMP Debugging Options: # 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 # WITNESS enables the mutex witness code which detects deadlocks and cycles
# during locking operations. # during locking operations.
options SMP_DEBUG options MUTEX_DEBUG
options WITNESS options WITNESS