kernel/arch/csky/kernel/traps.c
.. .. @@ -111,7 +111,7 @@ 111 111 if (panic_on_oops) 112 112 panic("Fatal exception"); 113 113 if (ret != NOTIFY_STOP) 114 - do_exit(SIGSEGV);114 + make_task_dead(SIGSEGV);115 115 } 116 116 117 117 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr)