forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/mips/sgi-ip32/ip32-berr.c
....@@ -29,7 +29,7 @@
2929 show_regs(regs);
3030 dump_tlb_all();
3131 while(1);
32
- force_sig(SIGBUS, current);
32
+ force_sig(SIGBUS);
3333 }
3434
3535 void __init ip32_be_init(void)