Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 May 2010 16:38:41 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r207473 - head/sys/mips/conf
Message-ID:  <201005011638.o41GcfWl087258@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005011638.o41GcfWl087258>