commit | 0865a583a4881975cc4b621f4886c02f01600302 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Wed Jun 11 10:36:17 2014 +0200 |
committer | Alexander Graf <agraf@suse.de> | Mon Jul 28 15:22:23 2014 +0200 |
tree | 01393be08c4fb9b791f1f2b8cd3c63a1d99c2052 | |
parent | 02407552256111479fbfd23a3e01218b399aaa35 [diff] |
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 <agraf@suse.de>