KVM: PPC: Book3S_64 PR: Access shadow slb in big endian
authorAlexander Graf <agraf@suse.de>
Thu, 24 Apr 2014 10:57:11 +0000 (12:57 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 30 May 2014 12:26:19 +0000 (14:26 +0200)
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>
arch/powerpc/kvm/book3s_64_slb.S

Simple merge