arm/arm64: KVM: PSCI: propagate caller endianness to the incoming vcpu
authorMarc Zyngier <marc.zyngier@arm.com>
Tue, 5 Nov 2013 14:12:15 +0000 (14:12 +0000)
committerMarc Zyngier <marc.zyngier@arm.com>
Thu, 7 Nov 2013 19:09:08 +0000 (19:09 +0000)
When booting a vcpu using PSCI, make sure we start it with the
endianness of the caller. Otherwise, secondaries can be pretty
unhappy to execute a BE kernel in LE mode...

This conforms to PSCI spec Rev B, 5.13.3.

Acked-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>

No differences found