Skip to content
Snippets Groups Projects
Commit b8e0418b authored by Glauber Costa's avatar Glauber Costa Committed by Ingo Molnar
Browse files

x86: fix typo CONFIX -> CONFIG


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