]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] PS3: Fix CONFIG_SMP=n, CONFIG_KEXEC=y build
authorJeremy Kerr <jk@ozlabs.org>
Wed, 12 Sep 2007 08:43:15 +0000 (18:43 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 13 Sep 2007 15:33:25 +0000 (01:33 +1000)
commit2d6f33e13d8cd0dc25ad0d51f0f849b69c82fd57
tree184183f6f428736893b63b5710c54ce0cf338732
parente405b421e2f492f7c2883fb3d3b4483208a0a8b5
[POWERPC] PS3: Fix CONFIG_SMP=n, CONFIG_KEXEC=y build

Currently, the ps3 kernel fails to build without smp but with kexec, as
ps3_kexec_cpu_down needs ps3_smp_cleanup_cpu, which isn't defined on UP
kernels. This change adds an empty ps3_smp_cleanup_cpu for UP kernels.

Booted on ps3.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/ps3/platform.h