summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/dcons/dcons_os.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/dcons/dcons_os.c b/sys/dev/dcons/dcons_os.c
index 5715343..a43cd28 100644
--- a/sys/dev/dcons/dcons_os.c
+++ b/sys/dev/dcons/dcons_os.c
@@ -224,7 +224,7 @@ dcons_check_break(struct dcons_softc *dc, int c)
case KDB_REQ_PANIC:
kdb_panic("Panic sequence on dcons console port");
break;
- case KDB_REQ_BREAK:
+ case KDB_REQ_REBOOT:
kdb_reboot();
break;
}
OpenPOWER on IntegriCloud