KVM: PPC: E500: Fix clear_tlb_refs
authorAlexander Graf <agraf@suse.de>
Thu, 2 Aug 2012 11:38:49 +0000 (13:38 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 5 Oct 2012 21:38:40 +0000 (23:38 +0200)
Our mapping code assumes that TLB0 entries are always mapped. However, after
calling clear_tlb_refs() this is no longer the case.

Map them dynamically if we find an entry unmapped in TLB0.

Signed-off-by: Alexander Graf <agraf@suse.de>

No differences found