Skip to content

Commit

Permalink
drivers/cpufreq/db8500-cpufreq: remove references to cpu_*_map.
Browse files Browse the repository at this point in the history
This has been obsolescent for a while; time for the final push.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Dave Jones <davej@redhat.com>
Cc: cpufreq@vger.kernel.org
Cc: Sundar Iyer <sundar.iyer@stericsson.com>
Cc: Martin Persson <martin.persson@stericsson.com>
Cc: Jonas Aaberg <jonas.aberg@stericsson.com>
  • Loading branch information
Rusty Russell committed Mar 29, 2012
1 parent 0b5f9c0 commit 88d8cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cpufreq/db8500-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,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_map);
cpumask_copy(policy->cpus, cpu_present_mask);

policy->shared_type = CPUFREQ_SHARED_TYPE_ALL;

Expand Down

0 comments on commit 88d8cd5

Please sign in to comment.