|
@@ -348,7 +348,6 @@ static unsigned int g5_cpufreq_get_speed(unsigned int cpu)
|
|
|
static int g5_cpufreq_cpu_init(struct cpufreq_policy *policy)
|
|
|
{
|
|
|
policy->cpuinfo.transition_latency = transition_latency;
|
|
|
- policy->cur = g5_cpu_freqs[g5_query_freq()].frequency;
|
|
|
/* secondary CPUs are tied to the primary one by the
|
|
|
* cpufreq core if in the secondary policy we tell it that
|
|
|
* it actually must be one policy together with all others. */
|