Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356886
b: refs/heads/master
c: b9e3e20
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Graf committed Jan 24, 2013
1 parent ae33fed commit 913e9db
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 483ba97c0fafaade3a0ee61217ca5123b0d85c03
refs/heads/master: b9e3e208935e95ad62bd1b1bc4408c23a9ae3ada
8 changes: 4 additions & 4 deletions trunk/arch/powerpc/kvm/e500_mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ int kvmppc_e500_emul_mt_mmucsr0(struct kvmppc_vcpu_e500 *vcpu_e500, ulong value)
for (esel = 0; esel < vcpu_e500->gtlb_params[1].entries; esel++)
kvmppc_e500_gtlbe_invalidate(vcpu_e500, 1, esel);

/* Invalidate all vcpu id mappings */
kvmppc_e500_tlbil_all(vcpu_e500);
/* Invalidate all host shadow mappings */
kvmppc_core_flush_tlb(&vcpu_e500->vcpu);

return EMULATE_DONE;
}
Expand Down Expand Up @@ -269,8 +269,8 @@ int kvmppc_e500_emul_tlbivax(struct kvm_vcpu *vcpu, gva_t ea)
kvmppc_e500_gtlbe_invalidate(vcpu_e500, tlbsel, esel);
}

/* Invalidate all vcpu id mappings */
kvmppc_e500_tlbil_all(vcpu_e500);
/* Invalidate all host shadow mappings */
kvmppc_core_flush_tlb(&vcpu_e500->vcpu);

return EMULATE_DONE;
}
Expand Down

0 comments on commit 913e9db

Please sign in to comment.