aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/traps_64.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/traps_64.c b/arch/x86/kernel/traps_64.c
index 9c0ac0cab013..9f487f374c72 100644
--- a/arch/x86/kernel/traps_64.c
+++ b/arch/x86/kernel/traps_64.c
@@ -658,7 +658,6 @@ asmlinkage void do_##name(struct pt_regs *regs, long error_code) \
658 info.si_errno = 0; \ 658 info.si_errno = 0; \
659 info.si_code = sicode; \ 659 info.si_code = sicode; \
660 info.si_addr = (void __user *)siaddr; \ 660 info.si_addr = (void __user *)siaddr; \
661 trace_hardirqs_fixup(); \
662 if (notify_die(DIE_TRAP, str, regs, error_code, trapnr, signr) \ 661 if (notify_die(DIE_TRAP, str, regs, error_code, trapnr, signr) \
663 == NOTIFY_STOP) \ 662 == NOTIFY_STOP) \
664 return; \ 663 return; \