svn commit: r196993 - head/sys/powerpc/conf

Nathan Whitehorn nwhitehorn at FreeBSD.org
Tue Sep 8 20:12:26 UTC 2009


Author: nwhitehorn
Date: Tue Sep  8 20:12:26 2009
New Revision: 196993
URL: http://svn.freebsd.org/changeset/base/196993

Log:
  Remove some debugging (KTR_VERBOSE) that crept into ppc GENERIC long ago
  and is present on no other architectures by default.
  
  MFC after:	4 days

Modified:
  head/sys/powerpc/conf/GENERIC

Modified: head/sys/powerpc/conf/GENERIC
==============================================================================
--- head/sys/powerpc/conf/GENERIC	Tue Sep  8 20:06:35 2009	(r196992)
+++ head/sys/powerpc/conf/GENERIC	Tue Sep  8 20:12:26 2009	(r196993)
@@ -170,7 +170,3 @@ device		pmu
 device		iicbus		# I2C bus code
 device		kiic		# Keywest I2C
 
-options 	KTR
-options 	KTR_COMPILE=0xffffffff
-#options 	KTR_MASK=KTR_SIG
-options 	KTR_VERBOSE


More information about the svn-src-head mailing list