aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/traps_64.c')
-rw-r--r--arch/x86/kernel/traps_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/traps_64.c b/arch/x86/kernel/traps_64.c
index bc21ddc97a02..9b9245f81b9f 100644
--- a/arch/x86/kernel/traps_64.c
+++ b/arch/x86/kernel/traps_64.c
@@ -827,7 +827,7 @@ unknown_nmi_error(unsigned char reason, struct pt_regs * regs)
827 827
828/* Runs on IST stack. This code must keep interrupts off all the time. 828/* Runs on IST stack. This code must keep interrupts off all the time.
829 Nested NMIs are prevented by the CPU. */ 829 Nested NMIs are prevented by the CPU. */
830asmlinkage notrace __kprobes void default_do_nmi(struct pt_regs *regs) 830asmlinkage notrace __kprobes void default_do_nmi(struct pt_regs *regs)
831{ 831{
832 unsigned char reason = 0; 832 unsigned char reason = 0;
833 int cpu; 833 int cpu;