From: Alexander Graf Date: Wed, 24 Mar 2010 20:48:20 +0000 (+0100) Subject: KVM: PPC: Book3S_32 guest MMU fixes X-Git-Tag: v2.6.35-rc1~436^2~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b389ca2e733b986c5282690e4e0314f000e6228;p=pandora-kernel.git KVM: PPC: Book3S_32 guest MMU fixes This patch makes the VSID of mapped pages always reflecting all special cases we have, like split mode. It also changes the tlbie mask to 0x0ffff000 according to the spec. The mask we used before was incorrect. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed