From: Anton Blanchard Date: Tue, 6 Aug 2013 16:01:46 +0000 (+1000) Subject: powerpc: Fix little endian lppaca, slb_shadow and dtl_entry X-Git-Tag: v3.12-rc1~123^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ffcf8ec26f4b94b95b1297131d223b121d951e5;p=pandora-kernel.git powerpc: Fix little endian lppaca, slb_shadow and dtl_entry The lppaca, slb_shadow and dtl_entry hypervisor structures are big endian, so we have to byte swap them in little endian builds. LE KVM hosts will also need to be fixed but for now add an #error to remind us. Signed-off-by: Anton Blanchard Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed