Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112852
b: refs/heads/master
c: a9853dd
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Sep 14, 2008
1 parent 99612c7 commit 6277f30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: afae865613c8292e8bdcce4f0b161988d761f033
refs/heads/master: a9853dd6d285c30a3ddeb3cce8c05e1678400bef
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/cpu/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 6277f30

Please sign in to comment.