Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 660
b: refs/heads/master
c: eeb24de
h: refs/heads/master
v: v3
  • Loading branch information
Anton Blanchard authored and Linus Torvalds committed May 1, 2005
1 parent ef98856 commit 355f493
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c4005e4f661a9ec8d91720a6b570865d060afcaf
refs/heads/master: eeb24de431ac8c80fd13a2c479cd0eb51b70484e
8 changes: 8 additions & 0 deletions trunk/arch/ppc64/kernel/pSeries_hvCall.S
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
unsigned long *out3); R10
*/
_GLOBAL(plpar_hcall)
HMT_MEDIUM

mfcr r0

std r8,STK_PARM(r8)(r1) /* Save out ptrs */
Expand All @@ -53,6 +55,8 @@ _GLOBAL(plpar_hcall)

/* Simple interface with no output values (other than status) */
_GLOBAL(plpar_hcall_norets)
HMT_MEDIUM

mfcr r0
stw r0,8(r1)

Expand All @@ -75,6 +79,8 @@ _GLOBAL(plpar_hcall_norets)
unsigned long *out1); 120(R1)
*/
_GLOBAL(plpar_hcall_8arg_2ret)
HMT_MEDIUM

mfcr r0
ld r11,STK_PARM(r11)(r1) /* put arg8 in R11 */
stw r0,8(r1)
Expand All @@ -99,6 +105,8 @@ _GLOBAL(plpar_hcall_8arg_2ret)
unsigned long *out4); 112(R1)
*/
_GLOBAL(plpar_hcall_4out)
HMT_MEDIUM

mfcr r0
stw r0,8(r1)

Expand Down

0 comments on commit 355f493

Please sign in to comment.