Commit 5670fd76 authored by Dave Jones's avatar Dave Jones

[CPUFREQ] Fix my breakage of Dominik's powernow-k8 ->govenor fix.

Hand-applying simple diffs considered harmful.
parent fa759772
......@@ -955,7 +955,7 @@ powernowk8_cpu_init(struct cpufreq_policy *pol)
return -ENODEV;
}
pol->policy = CPUFREQ_DEFAULT_GOVERNOR;
pol->governor = CPUFREQ_DEFAULT_GOVERNOR;
/* Take a crude guess here. */
pol->cpuinfo.transition_latency = ((rvo + 8) * vstable * VST_UNITS_20US)
......
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