git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04f995a
)
KVM: PPC: Add cache flush on page map
author
Alexander Graf
<agraf@suse.de>
Fri, 3 Aug 2012 11:56:33 +0000
(13:56 +0200)
committer
Alexander Graf
<agraf@suse.de>
Thu, 16 Aug 2012 12:14:53 +0000
(14:14 +0200)
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>
No differences found