From: Alexander Graf Date: Tue, 20 Apr 2010 00:49:51 +0000 (+0200) Subject: KVM: PPC: Set VSID_PR also for Book3S_64 X-Git-Tag: v2.6.35-rc1~436^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6355644190f67326f5a16d0269c3e612fcfd6889;p=pandora-kernel.git KVM: PPC: Set VSID_PR also for Book3S_64 Book3S_64 didn't set VSID_PR when we're in PR=1. This lead to pretty bad behavior when searching for the shadow segment, as part of the code relied on VSID_PR being set. This patch fixes booting Book3S_64 guests. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed