aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-09-14 08:46:58 -0400
committerIngo Molnar <mingo@elte.hu>2008-09-14 08:46:58 -0400
commita9853dd6d285c30a3ddeb3cce8c05e1678400bef (patch)
tree4e7acb22d1829aeddf7847b418309a0758502a73 /arch
parentafae865613c8292e8bdcce4f0b161988d761f033 (diff)
x86: cpuid, fix typo
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-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);