From 0f8ccf02b03ba9c1022d3078c1d2495e3794703b Mon Sep 17 00:00:00 2001 From: nwhitehorn Date: Sun, 20 Oct 2013 01:28:39 +0000 Subject: [PATCH] Allow hypervisor calls with more than 7 arguments. --- sys/powerpc/pseries/phyp-hvcall.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/powerpc/pseries/phyp-hvcall.S b/sys/powerpc/pseries/phyp-hvcall.S index 66bf97293df4..d2ede10055f1 100644 --- a/sys/powerpc/pseries/phyp-hvcall.S +++ b/sys/powerpc/pseries/phyp-hvcall.S @@ -36,6 +36,8 @@ ASENTRY(phyp_hcall) mflr %r0 std %r0,16(%r1) + ld %r11,112(%r1) /* Last couple args into volatile regs*/ + ld %r12,120(%r1) hc /* invoke the hypervisor */ ld %r0,16(%r1) mtlr %r0