From 9680b3d04d27ed90479eb84d2054ddd3deb83d5e Mon Sep 17 00:00:00 2001 From: Martin Bogomolni Date: Mon, 13 Jun 2011 16:50:33 -0500 Subject: 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 Signed-off-by: Rob Herring Reviewed-by: Jamie Iles Reviewed-by: Shawn Guo --- arch/arm/mach-highbank/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-highbank/Makefile') diff --git a/arch/arm/mach-highbank/Makefile b/arch/arm/mach-highbank/Makefile index 89c736f..c45078f 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 -- cgit v1.1