projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28638ea
)
x86: fix typo CONFIX -> CONFIG
author
Glauber Costa
<gcosta@redhat.com>
Mon, 16 Jun 2008 22:59:08 +0000
(19:59 -0300)
committer
Ingo 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
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/nmi.c
b/arch/x86/kernel/nmi.c
index 326a8f4f50f8abb802f45b0c44ace03ff45fa151..fd680c73ba77ee5a53c9c3edc017c6f92d3fe2b8 100644
(file)
--- 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)
static inline int mce_in_progress(void)
{
-#if defined(CONFI
X
_X86_64) && defined(CONFIG_X86_MCE)
+#if defined(CONFI
G
_X86_64) && defined(CONFIG_X86_MCE)
return atomic_read(&mce_entry) > 0;
#endif
return 0;