|
@@ -247,6 +247,8 @@ void die_if_kernel(char *str, struct pt_regs *regs, long err)
|
|
|
|
|
|
oops_in_progress = 1;
|
|
oops_in_progress = 1;
|
|
|
|
|
|
|
|
+ oops_enter();
|
|
|
|
+
|
|
/* Amuse the user in a SPARC fashion */
|
|
/* Amuse the user in a SPARC fashion */
|
|
if (err) printk(
|
|
if (err) printk(
|
|
KERN_CRIT " _______________________________ \n"
|
|
KERN_CRIT " _______________________________ \n"
|
|
@@ -293,6 +295,7 @@ KERN_CRIT " || ||\n");
|
|
panic("Fatal exception");
|
|
panic("Fatal exception");
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ oops_exit();
|
|
do_exit(SIGSEGV);
|
|
do_exit(SIGSEGV);
|
|
}
|
|
}
|
|
|
|
|