commit | 6fc4d1eb911cced6bc103f2b36497397e99e8c43 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Tue Jun 14 18:34:34 2011 -0500 |
committer | Avi Kivity <avi@redhat.com> | Tue Jul 12 13:16:33 2011 +0300 |
tree | d0dc20dd4412525d05e2876e27f06918181d64b2 | |
parent | 4cd35f675ba41a99a477e28a6add4a66833325f2 [diff] |
KVM: PPC: e500: Disable preloading TLB1 in tlb_load(). Since TLB1 loading doesn't check the shadow TLB before allocating another entry, you can get duplicates. Once shadow PIDs are enabled in a later patch, we won't need to invalidate the TLB on every switch, so this optimization won't be needed anyway. Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Alexander Graf <agraf@suse.de>