diff options
Diffstat (limited to 'drivers/cpufreq/db8500-cpufreq.c')
-rw-r--r-- | drivers/cpufreq/db8500-cpufreq.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/cpufreq/db8500-cpufreq.c b/drivers/cpufreq/db8500-cpufreq.c index 4f154bc0ebe4..79a84860ea56 100644 --- a/drivers/cpufreq/db8500-cpufreq.c +++ b/drivers/cpufreq/db8500-cpufreq.c | |||
@@ -128,9 +128,7 @@ static int __cpuinit db8500_cpufreq_init(struct cpufreq_policy *policy) | |||
128 | policy->cpuinfo.transition_latency = 20 * 1000; /* in ns */ | 128 | policy->cpuinfo.transition_latency = 20 * 1000; /* in ns */ |
129 | 129 | ||
130 | /* policy sharing between dual CPUs */ | 130 | /* policy sharing between dual CPUs */ |
131 | cpumask_copy(policy->cpus, cpu_present_mask); | 131 | cpumask_setall(policy->cpus); |
132 | |||
133 | policy->shared_type = CPUFREQ_SHARED_TYPE_ALL; | ||
134 | 132 | ||
135 | return 0; | 133 | return 0; |
136 | } | 134 | } |