Spell KDB_REQ_REBOOT correctly.

This commit is contained in:
Peter Wemm 2008-05-05 08:25:46 +00:00
parent 432d4f0bce
commit f2db8876a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178771

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