From: Alexander Graf Date: Wed, 24 Mar 2010 20:48:17 +0000 (+0100) Subject: KVM: PPC: Ensure split mode works X-Git-Tag: v2.6.35-rc1~436^2~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3eeafd7da2b0293b512abe95c86843fc4ab42add;p=pandora-kernel.git KVM: PPC: Ensure split mode works On PowerPC we can go into MMU Split Mode. That means that either data relocation is on but instruction relocation is off or vice versa. That mode didn't work properly, as we weren't always flushing entries when going into a new split mode, potentially mapping different code or data that we're supposed to. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed