From: Srinivasa Ds Date: Wed, 18 Oct 2006 12:04:49 +0000 (+0530) Subject: [POWERPC] Fix build breakage with CONFIG_PPC32 X-Git-Tag: v2.6.19-rc4~91^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f8c4c50bda13d27afc03679d25aa1fcac8df551;p=pandora-kernel.git [POWERPC] Fix build breakage with CONFIG_PPC32 low_cpu_die is called from the CPU hotplug code on 32-bit powermacs, but it is only defined if CONFIG_PM || CONFIG_CPU_FREQ_PMAC. This changes the ifdef so it is defined for CONFIG_HOTPLUG_CPU on 32-bit machines. Signed-off-by: Srinivasa DS Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed