diff options
Diffstat (limited to 'arch/x86/kernel/nmi.c')
-rw-r--r-- | arch/x86/kernel/nmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/nmi.c b/arch/x86/kernel/nmi.c index b9c8628974af..27d1e7cbdb6c 100644 --- a/arch/x86/kernel/nmi.c +++ b/arch/x86/kernel/nmi.c | |||
@@ -348,7 +348,7 @@ static notrace __kprobes void default_do_nmi(struct pt_regs *regs) | |||
348 | 348 | ||
349 | /* Non-CPU-specific NMI: NMI sources can be processed on any CPU */ | 349 | /* Non-CPU-specific NMI: NMI sources can be processed on any CPU */ |
350 | raw_spin_lock(&nmi_reason_lock); | 350 | raw_spin_lock(&nmi_reason_lock); |
351 | reason = get_nmi_reason(); | 351 | reason = x86_platform.get_nmi_reason(); |
352 | 352 | ||
353 | if (reason & NMI_REASON_MASK) { | 353 | if (reason & NMI_REASON_MASK) { |
354 | if (reason & NMI_REASON_SERR) | 354 | if (reason & NMI_REASON_SERR) |