Commit 88d8cd52bc9dd7696617b31ea91263d6c47f22e4
1 parent
0b5f9c005d
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
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>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/cpufreq/db8500-cpufreq.c
... | ... | @@ -142,7 +142,7 @@ |
142 | 142 | policy->cpuinfo.transition_latency = 20 * 1000; /* in ns */ |
143 | 143 | |
144 | 144 | /* policy sharing between dual CPUs */ |
145 | - cpumask_copy(policy->cpus, &cpu_present_map); | |
145 | + cpumask_copy(policy->cpus, cpu_present_mask); | |
146 | 146 | |
147 | 147 | policy->shared_type = CPUFREQ_SHARED_TYPE_ALL; |
148 | 148 |