mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
drivers/cpufreq/db8500-cpufreq: remove references to cpu_*_map.
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>
This commit is contained in:
parent
0b5f9c005d
commit
88d8cd52bc
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ static int __cpuinit db8500_cpufreq_init(struct cpufreq_policy *policy)
|
||||||
policy->cpuinfo.transition_latency = 20 * 1000; /* in ns */
|
policy->cpuinfo.transition_latency = 20 * 1000; /* in ns */
|
||||||
|
|
||||||
/* policy sharing between dual CPUs */
|
/* 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;
|
policy->shared_type = CPUFREQ_SHARED_TYPE_ALL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue