|
@@ -1141,9 +1141,6 @@ static int powernowk8_cpu_init(struct cpufreq_policy *pol)
|
|
|
cpumask_copy(pol->cpus, cpu_core_mask(pol->cpu));
|
|
|
data->available_cores = pol->cpus;
|
|
|
|
|
|
- pol->cur = find_khz_freq_from_fid(data->currfid);
|
|
|
- pr_debug("policy current frequency %d kHz\n", pol->cur);
|
|
|
-
|
|
|
/* min/max the cpu is capable of */
|
|
|
if (cpufreq_table_validate_and_show(pol, data->powernow_table)) {
|
|
|
printk(KERN_ERR FW_BUG PFX "invalid powernow_table\n");
|