x86: fix typo CONFIX -> CONFIG
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
committed by
Ingo Molnar
parent
28638ea4f8
commit
b8e0418b2a
@@ -68,7 +68,7 @@ static inline unsigned int get_nmi_count(int cpu)
|
|||||||
|
|
||||||
static inline int mce_in_progress(void)
|
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;
|
return atomic_read(&mce_entry) > 0;
|
||||||
#endif
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user