Typo fix: detects -> detect.
Reviewed by: phk
This commit is contained in:
parent
9589c2561c
commit
ea0b7a7699
@ -74,7 +74,7 @@ options _KPOSIX_PRIORITY_SCHEDULING
|
||||
options DDB #Enable the kernel debugger
|
||||
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 detects deadlocks and cycles
|
||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
||||
|
||||
# To make an SMP kernel, the next line is needed
|
||||
options SMP # Symmetric MultiProcessor Kernel
|
||||
|
@ -74,7 +74,7 @@ options _KPOSIX_PRIORITY_SCHEDULING
|
||||
options DDB #Enable the kernel debugger
|
||||
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 detects deadlocks and cycles
|
||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
||||
|
||||
# To make an SMP kernel, the next line is needed
|
||||
options SMP # Symmetric MultiProcessor Kernel
|
||||
|
@ -56,7 +56,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||
options DDB #Enable the kernel debugger
|
||||
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 detects deadlocks and cycles
|
||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
||||
|
||||
# To make an SMP kernel, the next two are needed
|
||||
|
@ -56,7 +56,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||
options DDB #Enable the kernel debugger
|
||||
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 detects deadlocks and cycles
|
||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
||||
|
||||
# To make an SMP kernel, the next two are needed
|
||||
|
@ -62,7 +62,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||
options DDB #Enable the kernel debugger
|
||||
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 detects deadlocks and cycles
|
||||
options WITNESS #Enable checks to detect deadlocks and cycles
|
||||
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
|
||||
|
||||
# To make an SMP kernel, the next two are needed
|
||||
|
@ -61,7 +61,7 @@ options DDB #Enable the kernel debugger
|
||||
options BREAK_TO_DEBUGGER #a BREAK on a comconsole drops to DDB
|
||||
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 detects deadlocks and cycles
|
||||
#options WITNESS #Enable checks to detect deadlocks and cycles
|
||||
|
||||
# To make an SMP kernel, the next line is needed
|
||||
options SMP # Symmetric MultiProcessor Kernel
|
||||
|
Loading…
Reference in New Issue
Block a user