]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[POWERPC] Fix build breakage with CONFIG_PPC32
authorSrinivasa Ds <srinivasa@in.ibm.com>
Wed, 18 Oct 2006 12:04:49 +0000 (17:34 +0530)
committerPaul Mackerras <paulus@samba.org>
Mon, 23 Oct 2006 08:23:17 +0000 (18:23 +1000)
commit7f8c4c50bda13d27afc03679d25aa1fcac8df551
tree5156c0f852c40293800ff30b8521900577581c13
parentc3386e40142e9d0c077460c2a548c4653fecaf15
[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 <srinivasa@in.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/powermac/sleep.S