]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: fix typo CONFIX -> CONFIG
authorGlauber Costa <gcosta@redhat.com>
Mon, 16 Jun 2008 22:59:08 +0000 (19:59 -0300)
committerIngo Molnar <mingo@elte.hu>
Thu, 19 Jun 2008 09:59:11 +0000 (11:59 +0200)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/nmi.c

index 326a8f4f50f8abb802f45b0c44ace03ff45fa151..fd680c73ba77ee5a53c9c3edc017c6f92d3fe2b8 100644 (file)
@@ -68,7 +68,7 @@ static inline unsigned int get_nmi_count(int cpu)
 
 static inline int mce_in_progress(void)
 {
-#if defined(CONFIX_X86_64) && defined(CONFIG_X86_MCE)
+#if defined(CONFIG_X86_64) && defined(CONFIG_X86_MCE)
        return atomic_read(&mce_entry) > 0;
 #endif
        return 0;