PS3: Fix build with 32-bit toolchains

2007-07-20 Thread Geoff Levand
The PS3 bootwrapper files use instructions only available on 64-bit CPUs. Add the code generation directive '.machine "ppc64"' for toolchains configured for 32-bit CPUs. Signed-off-by: Geoff Levand <[EMAIL PROTECTED]> Acked-by: Grant Likely <[EMAIL PROTECTED]> --- Hi Andrew, It seems Paul is out

Re: PS3: Fix build with 32-bit toolchains

2007-07-19 Thread Geoff Levand
Kumar Gala wrote: > On Jul 19, 2007, at 4:47 PM, Geoff Levand wrote: > >> The PS3 bootwrapper files use instructions only available on >> 64-bit CPUs. Add the code generation directive '.machine "ppc64"' >> for toolchains configured for 32-bit CPUs. >> >> Signed-off-by: Geoff Levand <[EMAIL PROTE

Re: PS3: Fix build with 32-bit toolchains

2007-07-19 Thread Grant Likely
On 7/19/07, Geoff Levand <[EMAIL PROTECTED]> wrote: > The PS3 bootwrapper files use instructions only available on > 64-bit CPUs. Add the code generation directive '.machine "ppc64"' > for toolchains configured for 32-bit CPUs. > > Signed-off-by: Geoff Levand <[EMAIL PROTECTED]> Acked-by: Grant Li

Re: PS3: Fix build with 32-bit toolchains

2007-07-19 Thread Kumar Gala
On Jul 19, 2007, at 4:47 PM, Geoff Levand wrote: > The PS3 bootwrapper files use instructions only available on > 64-bit CPUs. Add the code generation directive '.machine "ppc64"' > for toolchains configured for 32-bit CPUs. > > Signed-off-by: Geoff Levand <[EMAIL PROTECTED]> while this is a fi

PS3: Fix build with 32-bit toolchains

2007-07-19 Thread Geoff Levand
The PS3 bootwrapper files use instructions only available on 64-bit CPUs. Add the code generation directive '.machine "ppc64"' for toolchains configured for 32-bit CPUs. Signed-off-by: Geoff Levand <[EMAIL PROTECTED]> --- Paul, Please apply for 2.6.23-rc1. arch/powerpc/boot/ps3-head.S |2