Commit 3395b201 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[CPUFREQ] Stuck pending bit is now checked in the init routine.

parent eafae47f
......@@ -789,11 +789,6 @@ static int powernowk8_verify(struct cpufreq_policy *pol)
{
struct powernow_k8_data *data = powernow_data[pol->cpu];
if (pending_bit_stuck()) {
printk(KERN_ERR PFX "failing verify, change pending bit set\n");
return -EIO;
}
return cpufreq_frequency_table_verify(pol, data->powernow_table);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment