KVM: PPC: E500: Explicitly mark shadow maps invalid
authorAlexander Graf <agraf@suse.de>
Fri, 18 Jan 2013 01:27:14 +0000 (02:27 +0100)
committerAlexander Graf <agraf@suse.de>
Thu, 24 Jan 2013 18:23:30 +0000 (19:23 +0100)
commit523f0e5421c12610527c620b983b443f329e3a32
tree097041c9863c7d08aff4aacfddf0e6e2ab3d80a3
parent9445ef0181ebe0b74c3f2a23191a6f3d9a92b14b
KVM: PPC: E500: Explicitly mark shadow maps invalid

When we invalidate shadow TLB maps on the host, we don't mark them
as not valid. But we should.

Fix this by removing the E500_TLB_VALID from their flags when
invalidating.

Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kvm/e500_tlb.c