|
@@ -66,7 +66,6 @@ static int __init ucv2_cpu_init(struct cpufreq_policy *policy)
|
|
{
|
|
{
|
|
if (policy->cpu != 0)
|
|
if (policy->cpu != 0)
|
|
return -EINVAL;
|
|
return -EINVAL;
|
|
- policy->cur = ucv2_getspeed(0);
|
|
|
|
policy->min = policy->cpuinfo.min_freq = 250000;
|
|
policy->min = policy->cpuinfo.min_freq = 250000;
|
|
policy->max = policy->cpuinfo.max_freq = 1000000;
|
|
policy->max = policy->cpuinfo.max_freq = 1000000;
|
|
policy->cpuinfo.transition_latency = CPUFREQ_ETERNAL;
|
|
policy->cpuinfo.transition_latency = CPUFREQ_ETERNAL;
|