Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45374
b: refs/heads/master
c: ab87e8d
h: refs/heads/master
v: v3
  • Loading branch information
Anton Blanchard authored and Paul Mackerras committed Jan 9, 2007
1 parent ca58f07 commit 6c44d71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e75b171768b8b98ec5fd57acb3e87a30c97c9472
refs/heads/master: ab87e8dc88a7cae341c403547cea6b022f5ac023
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/platforms/pseries/hvCall.S
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ _GLOBAL(plpar_hcall9)

HVSC /* invoke the hypervisor */

mr r0,r12
ld r12,STK_PARM(r4)(r1)
std r4, 0(r12)
std r5, 8(r12)
Expand All @@ -154,7 +155,7 @@ _GLOBAL(plpar_hcall9)
std r9, 40(r12)
std r10,48(r12)
std r11,56(r12)
std r12,64(r12)
std r0, 64(r12)

HCALL_INST_POSTCALL

Expand Down

0 comments on commit 6c44d71

Please sign in to comment.