Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2009 20:12:26 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r196993 - head/sys/powerpc/conf
Message-ID:  <200909082012.n88KCQbh058608@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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