Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133761
b: refs/heads/master
c: bc35cbc
h: refs/heads/master
i:
  133759: d58655d
v: v3
  • Loading branch information
Liu Yu authored and Avi Kivity committed Mar 24, 2009
1 parent 6508caa commit b80364b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4539b35881ae9664b0e2953438dd83f5ee02c0b4
refs/heads/master: bc35cbc85cd78213590761618a13da6a9707652c
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kvm/e500_tlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ int kvmppc_e500_emul_tlbre(struct kvm_vcpu *vcpu)
esel = get_tlb_esel(vcpu_e500, tlbsel);

gtlbe = &vcpu_e500->guest_tlb[tlbsel][esel];
vcpu_e500->mas0 &= MAS0_NV(0);
vcpu_e500->mas0 &= ~MAS0_NV(~0);
vcpu_e500->mas0 |= MAS0_NV(vcpu_e500->guest_tlb_nv[tlbsel]);
vcpu_e500->mas1 = gtlbe->mas1;
vcpu_e500->mas2 = gtlbe->mas2;
Expand Down

0 comments on commit b80364b

Please sign in to comment.