projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afae865
)
x86: cpuid, fix typo
author
Ingo Molnar
<mingo@elte.hu>
Sun, 14 Sep 2008 12:46:58 +0000
(14:46 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Sun, 14 Sep 2008 12:46:58 +0000
(14:46 +0200)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/common.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/cpu/common.c
b/arch/x86/kernel/cpu/common.c
index 3e2ce4d33d3a03f18acf077e45f83f7f9ab58068..cef3519b3bbb599b92dba293e3b72276d6c90e04 100644
(file)
--- 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);