From: Thomas Renninger Date: Fri, 27 Jan 2006 15:15:26 +0000 (+0100) Subject: [CPUFREQ] Get rid of userspace policy struct, make userspace gov _PPC safe. X-Git-Tag: v2.6.16-rc2~240^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0672860199ac009af7cf198a134ee7a4c3a9bb3;p=pandora-kernel.git [CPUFREQ] Get rid of userspace policy struct, make userspace gov _PPC safe. Userspace governor need not to hold it's own cpufreq_policy, better make use of the global core policy. Also fixes a bug in case of frequency changes via _PPC. Old min/max values have wrongly been passed to __cpufreq_driver_target() (kind of buffered) and when max freq was available again, only the old max(normally lowest freq) was still active. Signed-off-by: Thomas Renninger Signed-off-by: Venkatesh Pallipadi Signed-off-by: Dave Jones cpufreq_userspace.c | 53 +++++++++++++++++++++++++++------------------------- 1 files changed, 28 insertions(+), 25 deletions(-) --- Reading git-diff-tree failed