mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
Allow hypervisor calls with more than 7 arguments.
This commit is contained in:
parent
004fc69c12
commit
0ef685586f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=256777
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user