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 f478ff6877e..1aae78f775f 100644 --- a/arch/x86/kernel/dumpstack.c +++ b/arch/x86/kernel/dumpstack.c @@ -263,7 +263,6 @@ int __kprobes __die(const char *str, struct pt_regs *regs, long err)  	printk("DEBUG_PAGEALLOC");  #endif  	printk("\n"); -	sysfs_printk_last_file();  	if (notify_die(DIE_OOPS, str, regs, err,  			current->thread.trap_no, SIGSEGV) == NOTIFY_STOP)  		return 1;  |