commit | 0ef309956cecbaf6d96c31371bf393c296886fa6 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Tue Jun 14 18:34:35 2011 -0500 |
committer | Avi Kivity <avi@redhat.com> | Tue Jul 12 13:16:34 2011 +0300 |
tree | 6ac269ebbf1a23490854d038314bb9abc1dc1720 | |
parent | 6fc4d1eb911cced6bc103f2b36497397e99e8c43 [diff] |
KVM: PPC: e500: don't use MAS0 as intermediate storage. This avoids races. It also means that we use the shadow TLB way, rather than the hardware hint -- if this is a problem, we could do a tlbsx before inserting a TLB0 entry. Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Alexander Graf <agraf@suse.de>