aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/nmi.c
diff options
context:
space:
mode:
authorGlauber Costa <gcosta@redhat.com>2008-06-16 18:59:08 -0400
committerIngo Molnar <mingo@elte.hu>2008-06-19 05:59:11 -0400
commitb8e0418b2a25f975c3b8764030c24b7253d33a68 (patch)
tree8b08889447f8c37fbc3ca43db911a816c0c49055 /arch/x86/kernel/nmi.c
parent28638ea4f8adb63f837e4436560ab16ab0388587 (diff)
x86: fix typo CONFIX -> CONFIG
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/nmi.c')
-rw-r--r--arch/x86/kernel/nmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/nmi.c b/arch/x86/kernel/nmi.c
index 326a8f4f50f..fd680c73ba7 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
69static inline int mce_in_progress(void) 69static 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;