aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/ps3-head.S
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2007-07-21 04:37:49 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-21 17:49:16 -0700
commit24ed8559c7e8205eb94088532b9dbdf2e290dfa2 (patch)
tree3deaa849e3112e3b2a32ebf279a71f52556cff10 /arch/powerpc/boot/ps3-head.S
parentps3: FLASH ROM Storage Driver (diff)
downloadlinux-dev-24ed8559c7e8205eb94088532b9dbdf2e290dfa2.tar.xz
linux-dev-24ed8559c7e8205eb94088532b9dbdf2e290dfa2.zip
PS3: Fix build with 32-bit toolchains
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 <geoffrey.levand@am.sony.com> Acked-by: Grant Likely <grant.likely@secretlab.ca> Cc: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Paul Mackerras <paulus@samba.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/powerpc/boot/ps3-head.S')
-rw-r--r--arch/powerpc/boot/ps3-head.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/boot/ps3-head.S b/arch/powerpc/boot/ps3-head.S
index 1a6d64a68df5..a55c2735f759 100644
--- a/arch/powerpc/boot/ps3-head.S
+++ b/arch/powerpc/boot/ps3-head.S
@@ -20,6 +20,8 @@
#include "ppc_asm.h"
+ .machine "ppc64"
+
.text
/*