commit | 249ba1ee0f8fcb4e40caa5fbea11dafde201cc46 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Aug 03 13:56:33 2012 +0200 |
committer | Alexander Graf <agraf@suse.de> | Thu Aug 16 14:14:53 2012 +0200 |
tree | cbe2fcf2c4e0c966afb3a7cacc785b608304a40c | |
parent | 04f995a544d1289ffb8108849cd71b1325c5af6a [diff] |
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: Alexander Graf <agraf@suse.de>