PERFORCE change 109195 for review

John Birrell jb at FreeBSD.org
Sat Nov 4 02:04:08 UTC 2006


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

Change 109195 by jb at jb_freebsd8 on 2006/11/04 02:03:20

	Remove the KDTRACE option from here now that it is set as
	a default.

Affected files ...

.. //depot/projects/dtrace/src/sys/amd64/conf/GENERIC#16 edit
.. //depot/projects/dtrace/src/sys/i386/conf/GENERIC#18 edit

Differences ...

==== //depot/projects/dtrace/src/sys/amd64/conf/GENERIC#16 (text+ko) ====

@@ -68,8 +68,6 @@
 options 	WITNESS			# Enable checks to detect deadlocks and cycles
 options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
 
-options		KDTRACE			# Kernel DTrace support
-
 # Make an SMP-capable kernel by default
 options 	SMP			# Symmetric MultiProcessor Kernel
 

==== //depot/projects/dtrace/src/sys/i386/conf/GENERIC#18 (text+ko) ====

@@ -61,7 +61,6 @@
 
 # Debugging for use in -current
 options 	KDB			# Enable kernel debugger support.
-options 	KDTRACE			# Enable kernel DTrace support.
 options 	DDB			# Support DDB.
 options 	GDB			# Support remote GDB.
 options 	INVARIANTS		# Enable calls of extra sanity checking


More information about the p4-projects mailing list