Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23359
b: refs/heads/master
c: a720115
h: refs/heads/master
i:
  23357: cd0ea23
  23355: 6b29d15
  23351: 4dc44cc
  23343: 7a03dcd
  23327: 7a2547e
  23295: 5aa4f19
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Mar 24, 2006
1 parent 6676681 commit 2e1d20d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 674a396c6d2ba0341ebdd7c1c9950f32f018e2dd
refs/heads/master: a72011567812cbd93788cc5facda160a3cba5905
6 changes: 3 additions & 3 deletions trunk/arch/i386/kernel/cpu/cpufreq/powernow-k8.c
Original file line number Diff line number Diff line change
Expand Up @@ -1145,14 +1145,14 @@ static int __cpuinit powernowk8_init(void)
{
unsigned int i, supported_cpus = 0;

for_each_cpu(i) {
for_each_online_cpu(i) {
if (check_supported_cpu(i))
supported_cpus++;
}

if (supported_cpus == num_online_cpus()) {
printk(KERN_INFO PFX "Found %d AMD Athlon 64 / Opteron processors (" VERSION ")\n",
supported_cpus);
printk(KERN_INFO PFX "Found %d AMD Athlon 64 / Opteron "
"processors (" VERSION ")\n", supported_cpus);
return cpufreq_register_driver(&cpufreq_amd64_driver);
}

Expand Down

0 comments on commit 2e1d20d

Please sign in to comment.