[PATCH v3 6/6] ARM: mach-virt: add SMP support using PSCI

2012-12-18 Thread Will Deacon
This patch adds support for SMP to mach-virt using the PSCI infrastructure. Signed-off-by: Will Deacon --- arch/arm/mach-virt/Kconfig | 1 + arch/arm/mach-virt/Makefile | 1 + arch/arm/mach-virt/platsmp.c | 58 arch/arm/mach-virt/virt.c| 4 +

Re: [PATCH v3 6/6] ARM: mach-virt: add SMP support using PSCI

2012-12-18 Thread Nicolas Pitre
On Tue, 18 Dec 2012, Will Deacon wrote: > This patch adds support for SMP to mach-virt using the PSCI > infrastructure. > > Signed-off-by: Will Deacon Reviewed-by: Nicolas Pitre > --- > arch/arm/mach-virt/Kconfig | 1 + > arch/arm/mach-virt/Makefile | 1 + > arch/arm/mach-virt/platsmp.