svn commit: r227759 - head/sys/amd64/conf
Attilio Rao
attilio at FreeBSD.org
Sun Nov 20 16:36:03 UTC 2011
Author: attilio
Date: Sun Nov 20 16:36:02 2011
New Revision: 227759
URL: http://svn.freebsd.org/changeset/base/227759
Log:
Revert part of the r227758 which crept in.
Pointy hat: attilio
X-MFC: r227758
Modified:
head/sys/amd64/conf/GENERIC
Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC Sun Nov 20 16:33:09 2011 (r227758)
+++ head/sys/amd64/conf/GENERIC Sun Nov 20 16:36:02 2011 (r227759)
@@ -73,11 +73,11 @@ options KDB # Enable kernel debugger
options DDB # Support DDB.
options GDB # Support remote GDB.
options DEADLKRES # Enable the deadlock resolver
-#options INVARIANTS # Enable calls of extra sanity checking
+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 MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
+options WITNESS # Enable checks to detect deadlocks and cycles
+options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
+options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
# Make an SMP-capable kernel by default
options SMP # Symmetric MultiProcessor Kernel
More information about the svn-src-head
mailing list