]> xenbits.xensource.com Git - xen.git/commit
xen/arm: Fix guest secondaries CPU boot after bcac10f
authorJulien Grall <julien.grall@linaro.org>
Mon, 29 Jul 2013 23:18:28 +0000 (00:18 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 30 Jul 2013 08:36:18 +0000 (09:36 +0100)
commit6072b7c808043b6886c33f896e06fc32ee28346e
tree1398cceaa2936823ca821695c1bc03587d05a89a
parenta521eb1fb9610fb897bb1283c9b495dc4e577c76
xen/arm: Fix guest secondaries CPU boot after bcac10f

The commit bcac10f "xen: arm: support building a 64-bit dom0 domain" breaks
secondary cpus boot for all the guest. Linux requires CPUs to boot on SVC mode.

Divide PSR_GUEST_INIT in 2 distinct defines: one for 32 bit, the other for 64
bits guests.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/domain_build.c
xen/arch/arm/psci.c
xen/include/asm-arm/processor.h