From: Johannes Berg Date: Wed, 21 Mar 2007 10:40:42 +0000 (+1100) Subject: [POWERPC] powermac: Fix G5-cpufreq for cpu on/offline X-Git-Tag: v2.6.22-rc1~358^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fce6dd29fa9d1ac880bf0cb4528e9bd5878cf68;p=pandora-kernel.git [POWERPC] powermac: Fix G5-cpufreq for cpu on/offline The original code here is wrong, it applies "previous" knowledge. The way the cpufreq core is designed is that the policy for the secondary CPU that comes online says that it must in fact not use this policy but use the same as the other CPUs that are listed, which in fact is CPU#0. Signed-off-by: Johannes Berg Acked-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed