diff options
-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 326a8f4f50f8..fd680c73ba77 100644 --- a/arch/x86/kernel/nmi.c +++ b/arch/x86/kernel/nmi.c | |||
@@ -68,7 +68,7 @@ static inline unsigned int get_nmi_count(int cpu) | |||
68 | 68 | ||
69 | static inline int mce_in_progress(void) | 69 | static inline int mce_in_progress(void) |
70 | { | 70 | { |
71 | #if defined(CONFIX_X86_64) && defined(CONFIG_X86_MCE) | 71 | #if defined(CONFIG_X86_64) && defined(CONFIG_X86_MCE) |
72 | return atomic_read(&mce_entry) > 0; | 72 | return atomic_read(&mce_entry) > 0; |
73 | #endif | 73 | #endif |
74 | return 0; | 74 | return 0; |