hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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 */