]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[CPUFREQ] Make cpufreq_conservative handle out-of-sync events properly
authorElias Oltmanns <eo@nebensachen.de>
Mon, 22 Oct 2007 07:50:13 +0000 (09:50 +0200)
committerDave Jones <davej@redhat.com>
Mon, 22 Oct 2007 20:34:39 +0000 (16:34 -0400)
commita8d7c3bc2396aff14f9e920677072cb55b016040
treea962a7dbbe578abeaa69ce3f76cd3eb3d59643bc
parentc5829cd07ec4c08daa7ff91c821af9b2ac7748df
[CPUFREQ] Make cpufreq_conservative handle out-of-sync events properly

Make cpufreq_conservative handle out-of-sync events properly

Currently, the cpufreq_conservative governor doesn't get notified when the
actual frequency the cpu is running at differs from what cpufreq thought it
was. As a result the cpu may stay at the maximum frequency after a s2ram /
resume cycle even though the system is idle.

Signed-off-by: Elias Oltmanns <eo@nebensachen.de>
Signed-off-by: Dave Jones <davej@redhat.com>
drivers/cpufreq/cpufreq_conservative.c