diff options
author | Kumar Gala <galak@codeaurora.org> | 2014-01-31 23:48:29 +0400 |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2014-02-05 02:25:11 +0400 |
commit | 6a032dba7d2329084dca41cc8d82c0cda13103ef (patch) | |
tree | 7b6fbd5909af94bd44d2fbb526f4bfd050e3380a /arch/arm/mach-msm/Makefile | |
parent | 52b52b4681df8bad450692cf3fa8a61ca1e1599a (diff) | |
download | linux-6a032dba7d2329084dca41cc8d82c0cda13103ef.tar.xz |
ARM: msm: kill off hotplug.c
Right now hotplug.c only really implements msm_cpu_die as a wfi. Just
move that implementation into platsmp.c. At the same time we use the
existing wfi() instead of inline asm.
Signed-off-by: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/Makefile')
-rw-r--r-- | arch/arm/mach-msm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/Makefile b/arch/arm/mach-msm/Makefile index 721f27f50d96..8327f603df4c 100644 --- a/arch/arm/mach-msm/Makefile +++ b/arch/arm/mach-msm/Makefile @@ -18,7 +18,6 @@ obj-$(CONFIG_MSM_SCM) += scm.o scm-boot.o CFLAGS_scm.o :=$(call as-instr,.arch_extension sec,-DREQUIRES_SEC=1) -obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o obj-$(CONFIG_SMP) += platsmp.o obj-$(CONFIG_MACH_TROUT) += board-trout.o board-trout-gpio.o board-trout-mmc.o devices-msm7x00.o |