Skip to content
Commit 249ba1ee authored by Alexander Graf's avatar Alexander Graf
Browse files

KVM: PPC: Add cache flush on page map



When we map a page that wasn't icache cleared before, do so when first
mapping it in KVM using the same information bits as the Linux mapping
logic. That way we are 100% sure that any page we map does not have stale
entries in the icache.

Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
parent 04f995a5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment