diff options
Diffstat (limited to 'arch/arm/mach-tegra/cpu-tegra.c')
-rw-r--r-- | arch/arm/mach-tegra/cpu-tegra.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/cpu-tegra.c b/arch/arm/mach-tegra/cpu-tegra.c index e7ddcb2b5261..a36a03d3c9a0 100644 --- a/arch/arm/mach-tegra/cpu-tegra.c +++ b/arch/arm/mach-tegra/cpu-tegra.c | |||
@@ -243,7 +243,6 @@ static int tegra_cpu_init(struct cpufreq_policy *policy) | |||
243 | /* FIXME: what's the actual transition time? */ | 243 | /* FIXME: what's the actual transition time? */ |
244 | policy->cpuinfo.transition_latency = 300 * 1000; | 244 | policy->cpuinfo.transition_latency = 300 * 1000; |
245 | 245 | ||
246 | policy->shared_type = CPUFREQ_SHARED_TYPE_ALL; | ||
247 | cpumask_copy(policy->cpus, cpu_possible_mask); | 246 | cpumask_copy(policy->cpus, cpu_possible_mask); |
248 | 247 | ||
249 | if (policy->cpu == 0) | 248 | if (policy->cpu == 0) |