aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/cpu/common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c
index 3e2ce4d33d3a..cef3519b3bbb 100644
--- a/arch/x86/kernel/cpu/common.c
+++ b/arch/x86/kernel/cpu/common.c
@@ -529,7 +529,7 @@ static void __init early_identify_cpu(struct cpuinfo_x86 *c)
529 identify_cpu_without_cpuid(c); 529 identify_cpu_without_cpuid(c);
530 530
531 /* cyrix could have cpuid enabled via c_identify()*/ 531 /* cyrix could have cpuid enabled via c_identify()*/
532 if (!have_cpuid()) 532 if (!have_cpuid_p())
533 return; 533 return;
534 534
535 cpu_detect(c); 535 cpu_detect(c);
@@ -611,7 +611,7 @@ static void __cpuinit generic_identify(struct cpuinfo_x86 *c)
611 identify_cpu_without_cpuid(c); 611 identify_cpu_without_cpuid(c);
612 612
613 /* cyrix could have cpuid enabled via c_identify()*/ 613 /* cyrix could have cpuid enabled via c_identify()*/
614 if (!have_cpuid()) 614 if (!have_cpuid_p())
615 return; 615 return;
616 616
617 cpu_detect(c); 617 cpu_detect(c);