Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2002 13:20:18 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 21087 for review
Message-ID:  <200211152120.gAFLKIPK005055@repoman.freebsd.org>

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

Change 21087 by jhb@jhb_laptop on 2002/11/15 13:19:31

	Remove debugging options from GENERIC for DP2.  I didn't
	know ia64 GENERIC was wussing out and not using witness.
	Guess those itanic's really _are_ slow.

Affected files ...

.. //depot/releng/5_dp2/src/sys/alpha/conf/GENERIC#5 edit
.. //depot/releng/5_dp2/src/sys/i386/conf/GENERIC#7 edit
.. //depot/releng/5_dp2/src/sys/ia64/conf/GENERIC#7 edit
.. //depot/releng/5_dp2/src/sys/sparc64/conf/GENERIC#5 edit

Differences ...

==== //depot/releng/5_dp2/src/sys/alpha/conf/GENERIC#5 (text+ko) ====

@@ -69,12 +69,6 @@
 options 	SYSVSEM			#SYSV-style semaphores
 options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
 
-# Debugging for use in -current
-options 	DDB			#Enable the kernel debugger
-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
-
 # To make an SMP kernel, the next line is needed
 options 	SMP			# Symmetric MultiProcessor Kernel
 

==== //depot/releng/5_dp2/src/sys/i386/conf/GENERIC#7 (text+ko) ====

@@ -58,13 +58,6 @@
 options 	AHD_REG_PRETTY_PRINT	# Print register bitfields in debug
 					# output.  Adds ~215k to driver.
 
-# Debugging for use in -current
-options 	DDB			#Enable the kernel debugger
-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
-
 #
 # DP2-specific Options:
 #

==== //depot/releng/5_dp2/src/sys/ia64/conf/GENERIC#7 (text+ko) ====

@@ -56,12 +56,6 @@
 # SMP
 options 	SMP
 
-# Debugging for use in -current
-options 	DDB			#Enable the kernel debugger
-options 	INVARIANTS		#Enable calls of extra sanity checking
-options 	INVARIANT_SUPPORT	#Extra sanity checks of internal
-					#structures, required by INVARIANTS
-
 # Standard busses
 device		isa
 device		pci

==== //depot/releng/5_dp2/src/sys/sparc64/conf/GENERIC#5 (text+ko) ====

@@ -56,13 +56,6 @@
 options 	SYSVSEM			#SYSV-style semaphores
 #options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
 
-# Debugging for use in -current
-options 	DDB			#Enable the kernel debugger
-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
-
 # To make an SMP kernel, the next line is needed
 options 	SMP			# Symmetric MultiProcessor Kernel
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-releng" in the body of the message




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