kernel/arch/mips/sgi-ip22/ip22-berr.c
.. .. @@ -98,7 +98,7 @@ 98 98 field, regs->cp0_epc, field, regs->regs[31]); 99 99 /* Assume it would be too dangerous to continue ... */ 100 100 die_if_kernel("Oops", regs); 101 - force_sig(SIGBUS, current);101 + force_sig(SIGBUS);102 102 } 103 103 104 104 static int ip22_be_handler(struct pt_regs *regs, int is_fixup)