Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2006 02:25:23 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 103084 for review
Message-ID:  <200608030225.k732PN4v047359@repoman.freebsd.org>

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

Change 103084 by jb@jb_freebsd2 on 2006/08/03 02:25:06

	Start using INVARIANTS. We're missing out on important checks
	without using that option.

Affected files ...

.. //depot/projects/dtrace/src/sys/sun4v/conf/GENERIC#8 edit

Differences ...

==== //depot/projects/dtrace/src/sys/sun4v/conf/GENERIC#8 (text+ko) ====

@@ -70,8 +70,8 @@
 options 	TRAP_TRACE_ENTRIES=256	# Trap trace buffer entries.
 options		DIAGNOSTIC
 #options 	GDB			# Support remote GDB.
-#options 	INVARIANTS		# Enable calls of extra sanity checking
-#options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
+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		DEBUG_LOCKS



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