| commit | 59ac59f6f1432aa9417d2592bdfd17c99804dd66 | [log] [tgz] |
|---|---|---|
| author | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Feb 11 21:56:07 2010 +0000 |
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun May 02 09:35:39 2010 +0100 |
| tree | c4251d8827165d9eb926d77470a59fb196f998f8 | |
| parent | fef88f10767cfd9f9b4eebb5d5490214c5e13ad5 [diff] [blame] |
ARM: Add Versatile Express SMP support Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
diff --git a/arch/arm/mach-vexpress/Makefile b/arch/arm/mach-vexpress/Makefile index 3c5e160..1b71b77 100644 --- a/arch/arm/mach-vexpress/Makefile +++ b/arch/arm/mach-vexpress/Makefile
@@ -4,3 +4,5 @@ obj-y := v2m.o obj-$(CONFIG_ARCH_VEXPRESS_CA9X4) += ct-ca9x4.o +obj-$(CONFIG_SMP) += platsmp.o headsmp.o +obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o