commit | 7ffcf8ec26f4b94b95b1297131d223b121d951e5 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Wed Aug 07 02:01:46 2013 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Aug 14 15:33:35 2013 +1000 |
tree | 7b4b47eaeafe56c253350b14470fecf03b40277f | |
parent | c72cd555e828b710bce8c3635254dbb483397142 [diff] |
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 <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>