Spell KDB_REQ_REBOOT correctly.

This commit is contained in:
peter 2008-05-05 08:25:46 +00:00
parent c1a27fc224
commit 420af22bc1

View File

@ -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;
}