From: Alexander Graf Date: Thu, 24 Apr 2014 10:57:11 +0000 (+0200) Subject: KVM: PPC: Book3S_64 PR: Access shadow slb in big endian X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~8^2~1^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14a7d41dad9d3943e05995c59bfe7e0117d8e752;p=pandora-kernel.git KVM: PPC: Book3S_64 PR: Access shadow slb in big endian The "shadow SLB" in the PACA is shared with the hypervisor, so it has to be big endian. We access the shadow SLB during world switch, so let's make sure we access it in big endian even when we're on a little endian host. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed