Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Nov 2006 02:04:04 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109195 for review
Message-ID:  <200611040204.kA4244ai058710@repoman.freebsd.org>

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

Change 109195 by jb@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



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