Commit b8e0418b authored by Glauber Costa's avatar Glauber Costa Committed by Ingo Molnar

x86: fix typo CONFIX -> CONFIG

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 28638ea4
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment