commit | 36ada4f4317e27bf52f52aef5c72f553eef08f4a | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Wed Feb 13 19:37:49 2013 +0000 |
committer | Alexander Graf <agraf@suse.de> | Fri Mar 22 01:21:13 2013 +0100 |
tree | f7a2299894cc99fb7b08dfb2d24e28997f2ea0c2 | |
parent | d6940b64167829f0367dbda65ddafb59efbd29c7 [diff] |
kvm/ppc/e500: g2h_tlb1_map: clear old bit before setting new bit It's possible that we're using the same host TLB1 slot to map (a presumably different portion of) the same guest TLB1 entry. Clear the bit in the map before setting it, so that if the esels are the same the bit will remain set. Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Alexander Graf <agraf@suse.de>