提交 a9853dd6 编写于 作者: I Ingo Molnar

x86: cpuid, fix typo

Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 afae8656
......@@ -529,7 +529,7 @@ static void __init early_identify_cpu(struct cpuinfo_x86 *c)
identify_cpu_without_cpuid(c);
/* cyrix could have cpuid enabled via c_identify()*/
if (!have_cpuid())
if (!have_cpuid_p())
return;
cpu_detect(c);
......@@ -611,7 +611,7 @@ static void __cpuinit generic_identify(struct cpuinfo_x86 *c)
identify_cpu_without_cpuid(c);
/* cyrix could have cpuid enabled via c_identify()*/
if (!have_cpuid())
if (!have_cpuid_p())
return;
cpu_detect(c);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册