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

Warner Losh imp at FreeBSD.org
Sat May 1 16:38:41 UTC 2010


Author: imp
Date: Sat May  1 16:38:40 2010
New Revision: 207473
URL: http://svn.freebsd.org/changeset/base/207473

Log:
  Put the -current debugging options back into AR71XX.

Modified:
  head/sys/mips/conf/AR71XX

Modified: head/sys/mips/conf/AR71XX
==============================================================================
--- head/sys/mips/conf/AR71XX	Sat May  1 16:36:14 2010	(r207472)
+++ head/sys/mips/conf/AR71XX	Sat May  1 16:38:40 2010	(r207473)
@@ -29,11 +29,11 @@ options		_KPOSIX_PRIORITY_SCHEDULING #Po
 
 # options		NFS_LEGACYRPC
 # 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