Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197613
b: refs/heads/master
c: 964b641
h: refs/heads/master
i:
  197611: 8296f2a
v: v3
  • Loading branch information
Alexander Graf authored and Avi Kivity committed Apr 25, 2010
1 parent 7676271 commit fa318a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 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: 20a340abd3f7a1ca4d11502ec71d52b4f414326e
refs/heads/master: 964b6411af10fbddc827fdd3887c49f7f5d2bfd3
13 changes: 2 additions & 11 deletions trunk/arch/powerpc/kvm/book3s_64_rmhandlers.S
Original file line number Diff line number Diff line change
Expand Up @@ -164,24 +164,15 @@ _GLOBAL(kvmppc_rmcall)
#define define_load_up(what) \
\
_GLOBAL(kvmppc_load_up_ ## what); \
subi r1, r1, INT_FRAME_SIZE; \
stdu r1, -INT_FRAME_SIZE(r1); \
mflr r3; \
std r3, _LINK(r1); \
mfmsr r4; \
std r31, GPR3(r1); \
mr r31, r4; \
li r5, MSR_DR; \
oris r5, r5, MSR_EE@h; \
andc r4, r4, r5; \
mtmsr r4; \
\
bl .load_up_ ## what; \
\
mtmsr r31; \
ld r3, _LINK(r1); \
ld r31, GPR3(r1); \
addi r1, r1, INT_FRAME_SIZE; \
mtlr r3; \
addi r1, r1, INT_FRAME_SIZE; \
blr

define_load_up(fpu)
Expand Down

0 comments on commit fa318a1

Please sign in to comment.