From: Dave Jones Date: Tue, 4 Aug 2009 18:03:25 +0000 (-0400) Subject: [CPUFREQ] Make cpufreq suspend code conditional on powerpc. X-Git-Tag: v2.6.31-rc6~80^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bc5d34135039566b8d6efa2de7515b2be505da8;p=pandora-kernel.git [CPUFREQ] Make cpufreq suspend code conditional on powerpc. The suspend code runs with interrupts disabled, and the powerpc workaround we do in the cpufreq suspend hook calls the drivers ->get method. powernow-k8's ->get does an smp_call_function_single which needs interrupts enabled cpufreq's suspend/resume code was added in 42d4dc3f4e1e to work around a hardware problem on ppc powerbooks. If we make all this code conditional on powerpc, we avoid the issue above. Signed-off-by: Dave Jones --- Reading git-diff-tree failed