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)
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>

No differences found