summaryrefslogtreecommitdiffstats
path: root/arch/mips64/mm/fault.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips64/mm/fault.c')
-rw-r--r--arch/mips64/mm/fault.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips64/mm/fault.c b/arch/mips64/mm/fault.c
index e30138502..fcddf6fa5 100644
--- a/arch/mips64/mm/fault.c
+++ b/arch/mips64/mm/fault.c
@@ -158,7 +158,6 @@ no_context:
printk(KERN_ALERT "Cpu %d Unable to handle kernel paging request at "
"address %08lx, epc == %08lx, ra == %08lx\n",
smp_processor_id(), address, regs->cp0_epc, regs->regs[31]);
-while(1);
die("Oops", regs, write);
do_exit(SIGKILL);