diff options
Diffstat (limited to 'sys/powerpc/conf/GENERIC')
-rw-r--r-- | sys/powerpc/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index 061f3e5..e99835f 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -57,7 +57,7 @@ options SYSVSEM #SYSV-style semaphores #options _KPOSIX_PRIORITY_SCHEDULING # Debugging for use in -current -#options DDB #Enable the kernel debugger +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 detect deadlocks and cycles |