summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2009-11-24 07:18:38 +0000
committerkmacy <kmacy@FreeBSD.org>2009-11-24 07:18:38 +0000
commit4d2755f79ea68d3796f9830d23d10c3ced0d8003 (patch)
treed595c621f6fe0095c8abd898bd44b8cc0265bcd7
parentb1b8eb69e337fc893433344a340ff89222d1316c (diff)
downloadFreeBSD-src-4d2755f79ea68d3796f9830d23d10c3ced0d8003.zip
FreeBSD-src-4d2755f79ea68d3796f9830d23d10c3ced0d8003.tar.gz
remove annoying printf that cripples kdb on PV guests
-rw-r--r--sys/dev/xen/console/console.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/xen/console/console.c b/sys/dev/xen/console/console.c
index df5c3ee..8f765e2 100644
--- a/sys/dev/xen/console/console.c
+++ b/sys/dev/xen/console/console.c
@@ -132,7 +132,6 @@ xc_cngetc(struct consdev *dev)
CN_LOCK(cn_mtx);
if ((rp - rc)) {
- /* if (kdb_active) printf("%s:%d\n", __func__, __LINE__); */
/* we need to return only one char */
ret = (int)rbuf[RBUF_MASK(rc)];
rc++;
OpenPOWER on IntegriCloud