summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen/console/xencons_ring.c
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2008-08-15 04:00:44 +0000
committerkmacy <kmacy@FreeBSD.org>2008-08-15 04:00:44 +0000
commitb65933479a786637c87bc614705959a36c45e7db (patch)
tree0721ec70e83fbe8cb95ceccec819f561a2f3958b /sys/dev/xen/console/xencons_ring.c
parent35aef144acd461cbfe1b0e6a8aa1dfcfcbafcb2e (diff)
downloadFreeBSD-src-b65933479a786637c87bc614705959a36c45e7db.zip
FreeBSD-src-b65933479a786637c87bc614705959a36c45e7db.tar.gz
Compile fixes for xen build.
MFC after: 1 month.
Diffstat (limited to 'sys/dev/xen/console/xencons_ring.c')
-rw-r--r--sys/dev/xen/console/xencons_ring.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/xen/console/xencons_ring.c b/sys/dev/xen/console/xencons_ring.c
index c9b60ac..3d232376 100644
--- a/sys/dev/xen/console/xencons_ring.c
+++ b/sys/dev/xen/console/xencons_ring.c
@@ -119,7 +119,6 @@ xencons_ring_init(void)
"xencons", xencons_handle_input, NULL,
INTR_TYPE_MISC | INTR_MPSAFE, NULL);
if (err) {
- XENPRINTF("XEN console request irq failed %i\n", err);
return err;
}
OpenPOWER on IntegriCloud