From c00e2b1d542ef75acfe44d112fb34d142b06b953 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Sat, 21 Jul 2007 04:37:49 -0700 Subject: [PATCH] --- yaml --- r: 62332 b: refs/heads/master c: 24ed8559c7e8205eb94088532b9dbdf2e290dfa2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/powerpc/boot/ps3-head.S | 2 ++ trunk/arch/powerpc/boot/ps3-hvcall.S | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index b55442d26c8c..23b5f6e5de0c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f96526354bb0824f3ce550a028606d2f94435b92 +refs/heads/master: 24ed8559c7e8205eb94088532b9dbdf2e290dfa2 diff --git a/trunk/arch/powerpc/boot/ps3-head.S b/trunk/arch/powerpc/boot/ps3-head.S index 1a6d64a68df5..a55c2735f759 100644 --- a/trunk/arch/powerpc/boot/ps3-head.S +++ b/trunk/arch/powerpc/boot/ps3-head.S @@ -20,6 +20,8 @@ #include "ppc_asm.h" + .machine "ppc64" + .text /* diff --git a/trunk/arch/powerpc/boot/ps3-hvcall.S b/trunk/arch/powerpc/boot/ps3-hvcall.S index c8b7df3210d1..585965f7e6a8 100644 --- a/trunk/arch/powerpc/boot/ps3-hvcall.S +++ b/trunk/arch/powerpc/boot/ps3-hvcall.S @@ -20,6 +20,8 @@ #include "ppc_asm.h" + .machine "ppc64" + /* * The PS3 hypervisor uses a 64 bit "C" language calling convention. * The routines here marshal arguments between the 32 bit wrapper