]> git.baikalelectronics.ru Git - kernel.git/commit
[CPUFREQ] conservative: fix dbs_cpufreq_notifier so freq is not locked
authorAlexander Clouter <alex@digriz.org.uk>
Fri, 13 Feb 2009 19:01:51 +0000 (19:01 +0000)
committerDave Jones <davej@redhat.com>
Wed, 25 Feb 2009 03:47:32 +0000 (22:47 -0500)
commit83234835fb6607177e7774965819f1f7c7115642
treee5c4edd6dcbf993c985c9a510127f8bf3cb98f00
parent8816cbfef112a5a990615241718131a1ba657570
[CPUFREQ] conservative: fix dbs_cpufreq_notifier so freq is not locked

When someone added the dbs_cpufreq_notifier section to the governor the
code ended up causing the frequency to only fall.  This is because
requested_freq is tinkered with and that should only modified if it has
an invlaid value due to changes in the available frequency ranges

This should fix #10055.

Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
Signed-off-by: Dave Jones <davej@redhat.com>
drivers/cpufreq/cpufreq_conservative.c