commit | 14a7d41dad9d3943e05995c59bfe7e0117d8e752 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Apr 24 12:57:11 2014 +0200 |
committer | Alexander Graf <agraf@suse.de> | Fri May 30 14:26:19 2014 +0200 |
tree | 0ece4b4b088110a1444a9ca2424aee4f783d7407 | |
parent | 4e509af9f83debe296661d2e09a8a214850efe3c [diff] |
KVM: PPC: Book3S_64 PR: Access shadow slb in big endian The "shadow SLB" in the PACA is shared with the hypervisor, so it has to be big endian. We access the shadow SLB during world switch, so let's make sure we access it in big endian even when we're on a little endian host. Signed-off-by: Alexander Graf <agraf@suse.de>