kernel/arch/microblaze/kernel/exceptions.c
.. .. @@ -44,10 +44,10 @@ 44 44 pr_warn("Oops: %s, sig: %ld\n", str, err); 45 45 show_regs(fp); 46 46 spin_unlock_irq(&die_lock); 47 - /* do_exit() should take care of panic'ing from an interrupt47 + /* make_task_dead() should take care of panic'ing from an interrupt48 48 * context so we don't handle it here 49 49 */ 50 - do_exit(err);50 + make_task_dead(err);51 51 } 52 52 53 53 /* for user application debugging */