Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362550
b: refs/heads/master
c: 6b2ba1a
h: refs/heads/master
v: v3
  • Loading branch information
Scott Wood authored and Alexander Graf committed Apr 11, 2013
1 parent 65f8d68 commit 6d7a6a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c5e6cb051c5f7d56f05bd6a4af22cb300a4ced79
refs/heads/master: 6b2ba1a9129bd98b5268a4efb167c95189b3eabf
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/kvm/e500_mmu_host.c
Original file line number Diff line number Diff line change
Expand Up @@ -511,10 +511,10 @@ static int kvmppc_e500_tlb1_map_tlb1(struct kvmppc_vcpu_e500 *vcpu_e500,
vcpu_e500->g2h_tlb1_map[esel] |= (u64)1 << sesel;
vcpu_e500->gtlb_priv[1][esel].ref.flags |= E500_TLB_BITMAP;
if (vcpu_e500->h2g_tlb1_rmap[sesel]) {
unsigned int idx = vcpu_e500->h2g_tlb1_rmap[sesel];
unsigned int idx = vcpu_e500->h2g_tlb1_rmap[sesel] - 1;
vcpu_e500->g2h_tlb1_map[idx] &= ~(1ULL << sesel);
}
vcpu_e500->h2g_tlb1_rmap[sesel] = esel;
vcpu_e500->h2g_tlb1_rmap[sesel] = esel + 1;

return sesel;
}
Expand Down

0 comments on commit 6d7a6a9

Please sign in to comment.