diff options
author | Will Deacon <will.deacon@arm.com> | 2012-12-13 08:10:40 -0500 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2013-02-02 10:05:33 -0500 |
commit | 4de3abb348d7a5bd6ddbfc26c34e0ee549874249 (patch) | |
tree | 9c59ed42967e4cc9a87fa44357558ccd1256b0ef /arch/arm/mach-virt/Makefile | |
parent | 2a0ba7388092b07732dc772c042273a3b40d90de (diff) |
ARM: mach-virt: add SMP support using PSCI
This patch adds support for SMP to mach-virt using the PSCI
infrastructure.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm/mach-virt/Makefile')
-rw-r--r-- | arch/arm/mach-virt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-virt/Makefile b/arch/arm/mach-virt/Makefile index 7ddbfa60227f..042afc1f8c44 100644 --- a/arch/arm/mach-virt/Makefile +++ b/arch/arm/mach-virt/Makefile | |||
@@ -3,3 +3,4 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | obj-y := virt.o | 5 | obj-y := virt.o |
6 | obj-$(CONFIG_SMP) += platsmp.o | ||