From: Eero Nurkkala Date: Mon, 25 May 2009 06:57:37 +0000 (+0300) Subject: NOHZ: Properly feed cpufreq ondemand governor X-Git-Tag: v2.6.31-rc1~96^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2e21c9610991e95621a81407cdbab881226419b;p=pandora-kernel.git NOHZ: Properly feed cpufreq ondemand governor A call from irq_exit() may occasionally pause the timing info for cpufreq ondemand governor. This results in the cpufreq ondemand governor to fail to calculate the system load properly. Thus, relocate the checks for this particular case to keep the governor always functional. Signed-off-by: Eero Nurkkala Reported-by: Tero Kristo Acked-by: Rik van Riel Acked-by: Venkatesh Pallipadi Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed