diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2010-08-02 10:18:19 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-08-02 10:18:19 (GMT) |
commit | 7d35b8d09fb0cb0a89c8c265a5bfb52c2867b1d5 (patch) | |
tree | 1086c9e507b3565563bede1498487e30b7c3c1b3 /arch/arm/mach-omap2/Makefile | |
parent | 3f9eaf0984952f69cb2d0c1b0f99b95b74742094 (diff) | |
download | linux-7d35b8d09fb0cb0a89c8c265a5bfb52c2867b1d5.tar.xz |
omap4: hotplug: Add basic CPU hotplug support
This patch adds cpu hotplug support for OMAP4430. Only CPU inactive
state is supported as a low power state in the basic hot-plug support
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Cc: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 3cb1b51..0db90ff 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -22,6 +22,7 @@ obj-$(CONFIG_OMAP_MCBSP) += mcbsp.o # SMP support ONLY available for OMAP4 obj-$(CONFIG_SMP) += omap-smp.o omap-headsmp.o obj-$(CONFIG_LOCAL_TIMERS) += timer-mpu.o +obj-$(CONFIG_HOTPLUG_CPU) += omap-hotplug.o obj-$(CONFIG_ARCH_OMAP4) += omap44xx-smc.o omap4-common.o AFLAGS_omap44xx-smc.o :=-Wa,-march=armv7-a |