forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
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)