From: Alexander Graf Date: Thu, 24 Apr 2014 10:51:44 +0000 (+0200) Subject: KVM: PPC: Book3S_32: PR: Access HTAB in big endian X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~8^2~1^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=860540bc50a174c2dff5e11821375475a5da5f4e;p=pandora-kernel.git KVM: PPC: Book3S_32: PR: Access HTAB in big endian The HTAB is always big endian. We access the guest's HTAB using copy_from/to_user, but don't yet take care of the fact that we might be running on an LE host. Wrap all accesses to the guest HTAB with big endian accessors. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed