Deleted Added
full compact
26c26
< __FBSDID("$FreeBSD: head/sys/powerpc/mambo/mambo_console.c 214348 2010-10-25 15:41:12Z nwhitehorn $");
---
> __FBSDID("$FreeBSD: head/sys/powerpc/mambo/mambo_console.c 225203 2011-08-26 21:46:36Z rwatson $");
63c63
< #if defined(KDB) && defined(ALT_BREAK_TO_DEBUGGER)
---
> #if defined(KDB)
159,176c159,160
< #if defined(KDB) && defined(ALT_BREAK_TO_DEBUGGER)
< int kdb_brk;
<
< if ((kdb_brk = kdb_alt_break(ch, &alt_break_state)) != 0) {
< switch (kdb_brk) {
< case KDB_REQ_DEBUGGER:
< kdb_enter(KDB_WHY_BREAK,
< "Break sequence on console");
< break;
< case KDB_REQ_PANIC:
< kdb_panic("Panic sequence on console");
< break;
< case KDB_REQ_REBOOT:
< kdb_reboot();
< break;
<
< }
< }
---
> #if defined(KDB)
> kdb_alt_break(ch, &alt_break_state);