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