From: Alexander Graf Date: Thu, 24 Apr 2014 10:54:54 +0000 (+0200) Subject: KVM: PPC: Book3S_64 PR: Access HTAB in big endian X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~8^2~1^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e509af9f83debe296661d2e09a8a214850efe3c;p=pandora-kernel.git KVM: PPC: Book3S_64 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