diff options
author | Will Deacon <will.deacon@arm.com> | 2012-12-13 13:10:40 +0000 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2013-02-02 15:05:33 +0000 |
commit | 4de3abb348d7a5bd6ddbfc26c34e0ee549874249 (patch) | |
tree | 9c59ed42967e4cc9a87fa44357558ccd1256b0ef /arch/arm/mach-virt/Makefile | |
parent | 2a0ba7388092b07732dc772c042273a3b40d90de (diff) | |
download | op-kernel-dev-4de3abb348d7a5bd6ddbfc26c34e0ee549874249.zip op-kernel-dev-4de3abb348d7a5bd6ddbfc26c34e0ee549874249.tar.gz |
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 7ddbfa6..042afc1 100644 --- a/arch/arm/mach-virt/Makefile +++ b/arch/arm/mach-virt/Makefile @@ -3,3 +3,4 @@ # obj-y := virt.o +obj-$(CONFIG_SMP) += platsmp.o |