summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-09-07 00:45:04 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-09-07 00:45:04 +0000
commit1148a796fd1311ae65f87ab7215ebe472f2a24db (patch)
tree787003fcaf97b2c9589014e7b2d845c70d8cfcf1 /arch/mips/kernel
parente564711f1ec052ffb94a86a71be77739bee0a6ce (diff)
More NTP and xtime_lock fixes.
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r--arch/mips/kernel/traps.c3
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);
}