Re: [PATCH v2 17/18] arm/arm64: add smp_boot_secondary

2015-02-02 Thread Andrew Jones
On Mon, Feb 02, 2015 at 11:23:28AM +0100, Andrew Jones wrote: > Add a common entry point, present/online cpu masks, and > smp_boot_secondary() to support booting secondary cpus. > Adds a bit more PSCI API that we need too. We also > adjust THREAD_START_SP for arm to make some room for > exception s

[PATCH v2 17/18] arm/arm64: add smp_boot_secondary

2015-02-02 Thread Andrew Jones
Add a common entry point, present/online cpu masks, and smp_boot_secondary() to support booting secondary cpus. Adds a bit more PSCI API that we need too. We also adjust THREAD_START_SP for arm to make some room for exception stacks. Signed-off-by: Andrew Jones --- v2: - Remove secondary_data