hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/arch/openrisc/kernel/traps.c
....@@ -212,7 +212,7 @@
212212 __asm__ __volatile__("l.nop 1");
213213 do {} while (1);
214214 #endif
215
- do_exit(SIGSEGV);
215
+ make_task_dead(SIGSEGV);
216216 }
217217
218218 /* This is normally the 'Oops' routine */