kernel/arch/openrisc/kernel/traps.c
.. .. @@ -212,7 +212,7 @@ 212 212 __asm__ __volatile__("l.nop 1"); 213 213 do {} while (1); 214 214 #endif 215 - do_exit(SIGSEGV);215 + make_task_dead(SIGSEGV);216 216 } 217 217 218 218 /* This is normally the 'Oops' routine */