aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/common.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-09-14 14:46:58 +0200
committerIngo Molnar <mingo@elte.hu>2008-09-14 14:46:58 +0200
commita9853dd6d285c30a3ddeb3cce8c05e1678400bef (patch)
tree4e7acb22d1829aeddf7847b418309a0758502a73 /arch/x86/kernel/cpu/common.c
parentafae865613c8292e8bdcce4f0b161988d761f033 (diff)
x86: cpuid, fix typo
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/cpu/common.c')
-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 3e2ce4d33d3..cef3519b3bb 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)
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);