From: Alexander Graf Date: Thu, 24 Apr 2014 11:09:15 +0000 (+0200) Subject: KVM: PPC: Book3S PR: PAPR: Access HTAB in big endian X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~8^2~1^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1692aa3faa5dff40eaa8ba8fb58aad9a91cac640;p=pandora-kernel.git KVM: PPC: Book3S PR: PAPR: Access HTAB in big endian The HTAB on PPC is always in big endian. When we access it via hypercalls on behalf of the guest and we're running on a little endian host, we need to make sure we swap the bits accordingly. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed