|
@@ -146,6 +146,11 @@ int die(const char *str, struct pt_regs *regs, long err)
|
|
#endif
|
|
#endif
|
|
printk("%s\n", ppc_md.name ? ppc_md.name : "");
|
|
printk("%s\n", ppc_md.name ? ppc_md.name : "");
|
|
|
|
|
|
|
|
+ sysfs_printk_last_file();
|
|
|
|
+ if (notify_die(DIE_OOPS, str, regs, err, 255,
|
|
|
|
+ SIGSEGV) == NOTIFY_STOP)
|
|
|
|
+ return 1;
|
|
|
|
+
|
|
print_modules();
|
|
print_modules();
|
|
show_regs(regs);
|
|
show_regs(regs);
|
|
} else {
|
|
} else {
|