Catch up to SMP_DEBUG -> MUTEX_DEBUG.
This commit is contained in:
parent
8e37d20156
commit
d61f6536d5
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user