From: Alexander Graf Date: Fri, 3 Aug 2012 11:56:33 +0000 (+0200) Subject: KVM: PPC: Add cache flush on page map X-Git-Tag: v3.6-rc4~14^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=249ba1ee0f8fcb4e40caa5fbea11dafde201cc46;p=pandora-kernel.git 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 --- Reading git-diff-tree failed