summaryrefslogtreecommitdiffstats
path: root/sys/gdb/gdb_cons.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gdb/gdb_cons.c')
-rw-r--r--sys/gdb/gdb_cons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gdb/gdb_cons.c b/sys/gdb/gdb_cons.c
index 6ecdc04..ff74665 100644
--- a/sys/gdb/gdb_cons.c
+++ b/sys/gdb/gdb_cons.c
@@ -136,7 +136,7 @@ oktousecallout(void *data __unused)
{
calloutok = 1;
}
-SYSINIT(gdbhack, SI_SUB_RUN_SCHEDULER, SI_ORDER_MIDDLE, oktousecallout, NULL);
+SYSINIT(gdbhack, SI_SUB_LAST, SI_ORDER_MIDDLE, oktousecallout, NULL);
static void
gdb_cnputc(struct consdev *cp, int c)
OpenPOWER on IntegriCloud