Allow hypervisor calls with more than 7 arguments.

This commit is contained in:
nwhitehorn 2013-10-20 01:28:39 +00:00
parent 1a7923a279
commit 0f8ccf02b0

View File

@ -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