diff options
Diffstat (limited to 'arch/powerpc/boot/ps3-hvcall.S')
-rw-r--r-- | arch/powerpc/boot/ps3-hvcall.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/boot/ps3-hvcall.S b/arch/powerpc/boot/ps3-hvcall.S index c8b7df3210d..585965f7e6a 100644 --- a/arch/powerpc/boot/ps3-hvcall.S +++ b/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 |