mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] typo CONFIX -> CONFIG
@ 2008-06-16 22:59 Glauber Costa
  2008-06-19  9:58 ` Ingo Molnar
  0 siblings, 1 reply; 3+ messages in thread
From: Glauber Costa @ 2008-06-16 22:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: tglx, mingo

---
 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 07cf17f..3775463 100644
--- a/arch/x86/kernel/nmi.c
+++ b/arch/x86/kernel/nmi.c
@@ -69,7 +69,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;
-- 
1.5.4.5


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-06-19 10:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-16 22:59 [PATCH] typo CONFIX -> CONFIG Glauber Costa
2008-06-19  9:58 ` Ingo Molnar
2008-06-19 10:51   ` Cyrill Gorcunov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®