PERFORCE change 136252 for review

Randall R. Stewart rrs at FreeBSD.org
Tue Feb 26 14:32:33 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=136252

Change 136252 by rrs at 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


More information about the p4-projects mailing list