diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-09-07 00:45:04 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-09-07 00:45:04 +0000 |
commit | 1148a796fd1311ae65f87ab7215ebe472f2a24db (patch) | |
tree | 787003fcaf97b2c9589014e7b2d845c70d8cfcf1 /arch/mips/kernel/traps.c | |
parent | e564711f1ec052ffb94a86a71be77739bee0a6ce (diff) |
More NTP and xtime_lock fixes.
Diffstat (limited to 'arch/mips/kernel/traps.c')
-rw-r--r-- | arch/mips/kernel/traps.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/kernel/traps.c b/arch/mips/kernel/traps.c index 236dfa8d6..1d9284cfa 100644 --- a/arch/mips/kernel/traps.c +++ b/arch/mips/kernel/traps.c @@ -273,9 +273,6 @@ static void default_be_board_handler(struct pt_regs *regs) /* * Assume it would be too dangerous to continue ... */ -/* XXX */ -printk("Got Bus Error at %08x\n", (unsigned int)regs->cp0_epc); -show_regs(regs); while(1); force_sig(SIGBUS, current); } |