forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/mips/sgi-ip22/ip22-berr.c
....@@ -98,7 +98,7 @@
9898 field, regs->cp0_epc, field, regs->regs[31]);
9999 /* Assume it would be too dangerous to continue ... */
100100 die_if_kernel("Oops", regs);
101
- force_sig(SIGBUS, current);
101
+ force_sig(SIGBUS);
102102 }
103103
104104 static int ip22_be_handler(struct pt_regs *regs, int is_fixup)