hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/microblaze/kernel/exceptions.c
....@@ -44,10 +44,10 @@
4444 pr_warn("Oops: %s, sig: %ld\n", str, err);
4545 show_regs(fp);
4646 spin_unlock_irq(&die_lock);
47
- /* do_exit() should take care of panic'ing from an interrupt
47
+ /* make_task_dead() should take care of panic'ing from an interrupt
4848 * context so we don't handle it here
4949 */
50
- do_exit(err);
50
+ make_task_dead(err);
5151 }
5252
5353 /* for user application debugging */