svn commit: r192285 - head/sys/dev/xen/console

Adrian Chadd adrian at FreeBSD.org
Mon May 18 04:50:32 UTC 2009


Author: adrian
Date: Mon May 18 04:50:31 2009
New Revision: 192285
URL: http://svn.freebsd.org/changeset/base/192285

Log:
  Disable some un-needed console debugging.

Modified:
  head/sys/dev/xen/console/console.c

Modified: head/sys/dev/xen/console/console.c
==============================================================================
--- head/sys/dev/xen/console/console.c	Mon May 18 04:07:46 2009	(r192284)
+++ head/sys/dev/xen/console/console.c	Mon May 18 04:50:31 2009	(r192285)
@@ -152,7 +152,7 @@ xccncheckc(struct consdev *dev)
 	
 	CN_LOCK(cn_mtx);
 	if ((rp - rc)) {
-		if (kdb_active) printf("%s:%d\n", __func__, __LINE__);
+		/* if (kdb_active) printf("%s:%d\n", __func__, __LINE__); */
 		/* we need to return only one char */
 		ret = (int)rbuf[RBUF_MASK(rc)];
 		rc++;


More information about the svn-src-head mailing list