Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351038
b: refs/heads/master
c: 4c738d0
h: refs/heads/master
v: v3
  • Loading branch information
Viresh Kumar authored and Rafael J. Wysocki committed Feb 2, 2013
1 parent 3ad105d commit 334c446
Show file tree
Hide file tree
Showing 4 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: 16a44f82674ddd8d5b5b2527979ac22a25c55c50
refs/heads/master: 4c738d00cf5866a0b114ceb41d736a4a803f0c46
2 changes: 1 addition & 1 deletion trunk/drivers/cpufreq/db8500-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ static int __cpuinit db8500_cpufreq_init(struct cpufreq_policy *policy)
policy->cpuinfo.transition_latency = 20 * 1000; /* in ns */

/* policy sharing between dual CPUs */
cpumask_copy(policy->cpus, cpu_present_mask);
cpumask_setall(policy->cpus);

policy->shared_type = CPUFREQ_SHARED_TYPE_ALL;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/cpufreq/maple-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ static int maple_cpufreq_cpu_init(struct cpufreq_policy *policy)
/* secondary CPUs are tied to the primary one by the
* cpufreq core if in the secondary policy we tell it that
* it actually must be one policy together with all others. */
cpumask_copy(policy->cpus, cpu_online_mask);
cpumask_setall(policy->cpus);
cpufreq_frequency_table_get_attr(maple_cpu_freqs, policy->cpu);

return cpufreq_frequency_table_cpuinfo(policy,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/cpufreq/spear-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ static int spear_cpufreq_init(struct cpufreq_policy *policy)
policy->cpuinfo.transition_latency = spear_cpufreq.transition_latency;
policy->cur = spear_cpufreq_get(0);

cpumask_copy(policy->cpus, topology_core_cpumask(policy->cpu));
cpumask_setall(policy->cpus);

return 0;
}
Expand Down

0 comments on commit 334c446

Please sign in to comment.