From: Alexander Graf Date: Wed, 11 Jun 2014 08:36:17 +0000 (+0200) Subject: KVM: PPC: Book3S HV: Access host lppaca and shadow slb in BE X-Git-Tag: omap-for-v3.17/fixes-against-rc2~130^2~10^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0865a583a4881975cc4b621f4886c02f01600302;p=pandora-kernel.git KVM: PPC: Book3S HV: Access host lppaca and shadow slb in BE Some data structures are always stored in big endian. Among those are the LPPACA fields as well as the shadow slb. These structures might be shared with a hypervisor. So whenever we access those fields, make sure we do so in big endian byte order. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed