From: Peter Oruba Date: Mon, 9 Jul 2007 18:35:27 +0000 (-0700) Subject: [CPUFREQ] bugfix cpufreq in combination with performance governor X-Git-Tag: v2.6.23-rc1~1076^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91973de736bc97dc04156242c5a4b00993b6c902;p=pandora-kernel.git [CPUFREQ] bugfix cpufreq in combination with performance governor There is a frequency scaling issue that I encountered with the performance governor in combination with CPU hotplug. In cpufreq.c CPU frequency is reduced to its minimum before the CPU gets unregistered and set offline. Does that have a particular reason? Since the (k8-)governor does not monitor CPU frequency that setting also applies then to the remaining CPU as well and lets the system run on the lowest frequency although performance is chose as the policy. Signed-off-by: Peter Oruba Signed-off-by: Andrew Morton Signed-off-by: Dave Jones --- Reading git-diff-tree failed