diff options
Diffstat (limited to 'arch/x86/kernel/dumpstack.c')
-rw-r--r-- | arch/x86/kernel/dumpstack.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/dumpstack.c b/arch/x86/kernel/dumpstack.c index e2a3f0606da4..f72e7193acc5 100644 --- a/arch/x86/kernel/dumpstack.c +++ b/arch/x86/kernel/dumpstack.c | |||
@@ -279,7 +279,6 @@ int __kprobes __die(const char *str, struct pt_regs *regs, long err) | |||
279 | printk("DEBUG_PAGEALLOC"); | 279 | printk("DEBUG_PAGEALLOC"); |
280 | #endif | 280 | #endif |
281 | printk("\n"); | 281 | printk("\n"); |
282 | sysfs_printk_last_file(); | ||
283 | if (notify_die(DIE_OOPS, str, regs, err, | 282 | if (notify_die(DIE_OOPS, str, regs, err, |
284 | current->thread.trap_no, SIGSEGV) == NOTIFY_STOP) | 283 | current->thread.trap_no, SIGSEGV) == NOTIFY_STOP) |
285 | return 1; | 284 | return 1; |