arm/arm64: add smp_boot_secondary
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 <drjones@redhat.com> Signed-off-by:
Marcelo Tosatti <mtosatti@redhat.com>
lib/arm/asm/smp.h
0 → 100644
lib/arm/smp.c
0 → 100644
lib/arm64/asm/smp.h
0 → 100644
Please register or sign in to comment