diff options
author | Sundar Iyer <sundar.iyer@stericsson.com> | 2010-09-15 10:45:51 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-09-19 12:14:34 +0100 |
commit | 9d704c04ff8ae61b60935d67ce334b18fc70f1b2 (patch) | |
tree | d386810c2e9d3a91660871835657376850868389 /arch/arm/mach-ux500/Makefile | |
parent | f0a7a98d1d400e2a5fd9a63ed56d30d30f2864cb (diff) | |
download | talos-op-linux-9d704c04ff8ae61b60935d67ce334b18fc70f1b2.tar.gz talos-op-linux-9d704c04ff8ae61b60935d67ce334b18fc70f1b2.zip |
ARM: 6391/1: ux500: add CPU hotplug support
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Sundar Iyer <sundar.iyer@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ux500/Makefile')
-rw-r--r-- | arch/arm/mach-ux500/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/Makefile b/arch/arm/mach-ux500/Makefile index 009731864399..bb3e74e6ab36 100644 --- a/arch/arm/mach-ux500/Makefile +++ b/arch/arm/mach-ux500/Makefile @@ -8,4 +8,5 @@ obj-$(CONFIG_UX500_SOC_DB8500) += cpu-db8500.o devices-db8500.o prcmu.o obj-$(CONFIG_MACH_U8500_MOP) += board-mop500.o board-mop500-sdi.o obj-$(CONFIG_MACH_U5500) += board-u5500.o obj-$(CONFIG_SMP) += platsmp.o headsmp.o +obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o |