summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen/console/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/xen/console/console.c')
-rw-r--r--sys/dev/xen/console/console.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/xen/console/console.c b/sys/dev/xen/console/console.c
index dc9fe6f..252878d 100644
--- a/sys/dev/xen/console/console.c
+++ b/sys/dev/xen/console/console.c
@@ -276,7 +276,6 @@ xc_attach(device_t dev)
NULL, SHUTDOWN_PRI_DEFAULT)) == NULL)
printf("xencons: shutdown event registration failed!\n");
- TRACE_EXIT;
return (0);
}
@@ -368,7 +367,6 @@ xcopen(struct cdev *dev, int flag, int mode, struct thread *td)
if (sc == NULL)
return (ENXIO);
- TRACE_ENTER;
tp = dev->si_tty;
s = spltty();
if (!ISTTYOPEN(tp)) {
@@ -390,7 +388,6 @@ xcopen(struct cdev *dev, int flag, int mode, struct thread *td)
xen_console_up = 1;
error = (*linesw[tp->t_line]->l_open)(dev, tp);
- TRACE_EXIT;
return error;
}
OpenPOWER on IntegriCloud