Ooops. Put back Invariants and witness
Submitted by: csjp
This commit is contained in:
parent
49831563eb
commit
6349ab663a
@ -67,10 +67,10 @@ options AUDIT # Security event auditing
|
||||
options KDB # Enable kernel debugger support.
|
||||
options DDB # Support DDB.
|
||||
options GDB # Support remote GDB.
|
||||
# options INVARIANTS # Enable calls of extra sanity checking
|
||||
# options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||
# options WITNESS # Enable checks to detect deadlocks and cycles
|
||||
# options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||
options INVARIANTS # Enable calls of extra sanity checking
|
||||
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
|
||||
options WITNESS # Enable checks to detect deadlocks and cycles
|
||||
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||
|
||||
# Make an SMP-capable kernel by default
|
||||
options SMP # Symmetric MultiProcessor Kernel
|
||||
|
Loading…
x
Reference in New Issue
Block a user