Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156218
b: refs/heads/master
c: 42c74b8
h: refs/heads/master
v: v3
  • Loading branch information
Prarit Bhargava authored and Dave Jones committed Aug 4, 2009
1 parent 6dbcb87 commit d93f76c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 26d204afa18f7df177f21bdb3759e0098ca8f7d5
refs/heads/master: 42c74b84c64633dd3badbfc2abd2ef1728b64b30
2 changes: 2 additions & 0 deletions trunk/drivers/cpufreq/cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,8 @@ static int cpufreq_add_dev(struct sys_device *sys_dev)

spin_lock_irqsave(&cpufreq_driver_lock, flags);
for_each_cpu(j, policy->cpus) {
if (!cpu_online(j))
continue;
per_cpu(cpufreq_cpu_data, j) = policy;
per_cpu(policy_cpu, j) = policy->cpu;
}
Expand Down

0 comments on commit d93f76c

Please sign in to comment.