[PATCH] PS3: Fix uniprocessor kernel build
Geoff Levand
geoffrey.levand at am.sony.com
Sat Jan 13 04:16:21 EST 2007
Geert Uytterhoeven wrote:
> Allow to build a uniprocessor kernel for PS3
>
> Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven at sonycom.com>
> ---
> arch/powerpc/platforms/ps3/Makefile | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletion(-)
>
> --- ps3-linux-src.orig/arch/powerpc/platforms/ps3/Makefile
> +++ ps3-linux-src/arch/powerpc/platforms/ps3/Makefile
> @@ -1,4 +1,5 @@
> -obj-y += setup.o mm.o smp.o time.o hvcall.o htab.o repository.o
> +obj-y += setup.o mm.o time.o hvcall.o htab.o repository.o
> obj-y += interrupt.o exports.o os-area.o
>
> +obj-$(CONFIG_SMP) += smp.o
> obj-$(CONFIG_SPU_BASE) += spu.o
Paul,
If you don't see any trouble, it would be nice for this to go in
for 2.6.20, as it fixes a problem currently in Linus' tree.
Sorry it took so long to merge in and test.
Acked-by: Geoff Levand <geoffrey.levand at am.sony.com>
-Geoff
More information about the Linuxppc-dev
mailing list