From: Alexander Graf Date: Sat, 19 Dec 2009 17:07:39 +0000 (+0100) Subject: KVM: powerpc: Fix mtsrin in book3s_64 mmu X-Git-Tag: v2.6.33-rc3~37^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5279aeb4b96cbdac22a0c2f8137dd0bbc35f02b8;p=pandora-kernel.git KVM: powerpc: Fix mtsrin in book3s_64 mmu We were shifting the Ks/Kp/N bits one bit too far on mtsrin. It took me some time to figure that out, so I also put in some debugging and a comment explaining the conversion. This fixes current OpenBIOS boot on PPC64 KVM. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed