diff options
author | Martin Bogomolni <martin@calxeda.com> | 2011-06-13 16:50:33 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-31 14:14:04 +0100 |
commit | 9680b3d04d27ed90479eb84d2054ddd3deb83d5e (patch) | |
tree | 01a4e6e83174fcf3c78df901a8f8aacee7c7285e /arch/arm/mach-highbank/Makefile | |
parent | 6738845783e9113feec22f20834d0e956808da3b (diff) | |
download | talos-op-linux-9680b3d04d27ed90479eb84d2054ddd3deb83d5e.tar.gz talos-op-linux-9680b3d04d27ed90479eb84d2054ddd3deb83d5e.zip |
ARM: highbank: Add cpu hotplug support
This adds cpu hotplug for highbank. On highbank, a core is always reset and
boots up the same path as a cold boot.
Signed-off-by: Martin Bogomolni <martin@calxeda.com>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Reviewed-by: Jamie Iles <jamie@jamieiles.com>
Reviewed-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-highbank/Makefile')
-rw-r--r-- | arch/arm/mach-highbank/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-highbank/Makefile b/arch/arm/mach-highbank/Makefile index 89c736ff047f..c45078f820ae 100644 --- a/arch/arm/mach-highbank/Makefile +++ b/arch/arm/mach-highbank/Makefile @@ -2,3 +2,4 @@ obj-y := clock.o highbank.o system.o obj-$(CONFIG_DEBUG_HIGHBANK_UART) += lluart.o obj-$(CONFIG_SMP) += platsmp.o obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o +obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o |