linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] PS3: Fix uniprocessor kernel build
@ 2006-12-20 15:11 Geert Uytterhoeven
  2007-01-12 17:16 ` Geoff Levand
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2006-12-20 15:11 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: Linux/PPC Development

Allow to build a uniprocessor kernel for PS3

Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@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

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- Sony Network and Software Technology Center Europe (NSCE)
Geert.Uytterhoeven@sonycom.com ------- The Corporate Village, Da Vincilaan 7-D1
Voice +32-2-7008453 Fax +32-2-7008622 ---------------- B-1935 Zaventem, Belgium

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] PS3: Fix uniprocessor kernel build
  2006-12-20 15:11 [PATCH] PS3: Fix uniprocessor kernel build Geert Uytterhoeven
@ 2007-01-12 17:16 ` Geoff Levand
  0 siblings, 0 replies; 2+ messages in thread
From: Geoff Levand @ 2007-01-12 17:16 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: Geert Uytterhoeven, Linux/PPC Development

Geert Uytterhoeven wrote:
> Allow to build a uniprocessor kernel for PS3
> 
> Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@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@am.sony.com>

-Geoff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-01-12 17:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-20 15:11 [PATCH] PS3: Fix uniprocessor kernel build Geert Uytterhoeven
2007-01-12 17:16 ` Geoff Levand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).