commit | ce94fe93d566bf381c6ecbd45010d36c5f04d692 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Tue Nov 05 14:12:15 2013 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Thu Nov 07 19:09:08 2013 +0000 |
tree | 964abbc8b5f43d94543a053cfaa2c7e1b3fc71f5 | |
parent | 6d89d2d9b5bac9dbe40ee106ceda9307b6265234 [diff] |
arm/arm64: KVM: PSCI: propagate caller endianness to the incoming vcpu 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>