|
@@ -403,13 +403,12 @@ static int eps_cpu_init(struct cpufreq_policy *policy)
|
|
|
policy->cpuinfo.transition_latency = 140000; /* 844mV -> 700mV in ns */
|
|
|
policy->cur = fsb * current_multiplier;
|
|
|
|
|
|
- ret = cpufreq_frequency_table_cpuinfo(policy, ¢aur->freq_table[0]);
|
|
|
+ ret = cpufreq_table_validate_and_show(policy, ¢aur->freq_table[0]);
|
|
|
if (ret) {
|
|
|
kfree(centaur);
|
|
|
return ret;
|
|
|
}
|
|
|
|
|
|
- cpufreq_frequency_table_get_attr(¢aur->freq_table[0], policy->cpu);
|
|
|
return 0;
|
|
|
}
|
|
|
|