PERFORCE change 100267 for review

Kip Macy kmacy at FreeBSD.org
Thu Jun 29 06:26:53 UTC 2006


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

Change 100267 by kmacy at kmacy_storage:sun4v_work_stable on 2006/06/29 06:26:48

	remove debug options from default config

Affected files ...

.. //depot/projects/kmacy_sun4v_stable/src/sys/sun4v/conf/GENERIC#2 edit

Differences ...

==== //depot/projects/kmacy_sun4v_stable/src/sys/sun4v/conf/GENERIC#2 (text+ko) ====

@@ -66,12 +66,12 @@
 options		KDB_TRACE
 options 	DDB			# Support DDB.
 #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
-options		DEBUG_VFS_LOCKS
+#options		DEBUG_LOCKS
+#options		DEBUG_VFS_LOCKS
 
 # To make an SMP kernel, the next line is needed
 options 	SMP			# Symmetric MultiProcessor Kernel


More information about the p4-projects mailing list