Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2008 14:32:32 GMT
From:      "Randall R. Stewart" <rrs@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 136252 for review
Message-ID:  <200802261432.m1QEWWxn046900@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=136252

Change 136252 by rrs@rrs-mips2-jnpr on 2008/02/26 14:31:39

	adds witness.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/conf/OCTEON_rrs#14 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/conf/OCTEON_rrs#14 (text+ko) ====

@@ -57,9 +57,9 @@
 # Debugging for use in -current
 #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		WITNESS_KDB		# break to debugger on witness warnings
+options		WITNESS			#Enable checks to detect deadlocks and cycles
+options		WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
+options		WITNESS_KDB		# break to debugger on witness warnings
 
 device		genclock
 device		loop
@@ -83,5 +83,4 @@
 #options         MD_ROOT
 #options         ROOTDEVNAME = \"ufs:md0\"
 #options         MD_ROOT_SIZE = 25200
-
 #options         TARGET_EMULATOR



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