Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300284
b: refs/heads/master
c: 32c7dbf
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Graf committed May 16, 2012
1 parent b7ac29f commit bc9bd4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 56e13dbae3eddb1648e6e94ae251c83cdc8304e0
refs/heads/master: 32c7dbfd479e73684b0d23fcb0a5cb04f19d86f4
7 changes: 3 additions & 4 deletions trunk/arch/powerpc/kvm/book3s_segment.S
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ kvmppc_interrupt:
/* Save guest PC and MSR */
#ifdef CONFIG_PPC64
BEGIN_FTR_SECTION
mr r10, r12
andi. r0,r12,0x2
andi. r0, r12, 0x2
cmpwi cr1, r0, 0
beq 1f
mfspr r3,SPRN_HSRR0
mfspr r4,SPRN_HSRR1
Expand Down Expand Up @@ -345,8 +345,7 @@ no_dcbz32_off:

#ifdef CONFIG_PPC64
BEGIN_FTR_SECTION
andi. r0,r10,0x2
beq 1f
beq cr1, 1f
mtspr SPRN_HSRR1, r6
mtspr SPRN_HSRR0, r8
END_FTR_SECTION_IFSET(CPU_FTR_HVMODE)
Expand Down

0 comments on commit bc9bd4b

Please sign in to comment.