svn commit: r227918 - head/sys/mips/conf

Adrian Chadd adrian at FreeBSD.org
Thu Nov 24 04:21:19 UTC 2011


Author: adrian
Date: Thu Nov 24 04:21:19 2011
New Revision: 227918
URL: http://svn.freebsd.org/changeset/base/227918

Log:
  Flip on these debugging options by default. This is -HEAD after all.

Modified:
  head/sys/mips/conf/PB92

Modified: head/sys/mips/conf/PB92
==============================================================================
--- head/sys/mips/conf/PB92	Thu Nov 24 04:19:02 2011	(r227917)
+++ head/sys/mips/conf/PB92	Thu Nov 24 04:21:19 2011	(r227918)
@@ -31,11 +31,11 @@ options		_KPOSIX_PRIORITY_SCHEDULING #Po
 options		ALQ
 
 # Debugging for use in -current
-#options		DEADLKRES
-#options		INVARIANTS
-#options		INVARIANT_SUPPORT
-#options		WITNESS
-#options		WITNESS_SKIPSPIN
+options		DEADLKRES
+options		INVARIANTS
+options		INVARIANT_SUPPORT
+options		WITNESS
+options		WITNESS_SKIPSPIN
 options         FFS                     #Berkeley Fast Filesystem
 #options         SOFTUPDATES             #Enable FFS soft updates support
 #options         UFS_ACL                 #Support for access control lists


More information about the svn-src-all mailing list