]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: msm: kill off hotplug.c
authorKumar Gala <galak@codeaurora.org>
Fri, 31 Jan 2014 19:48:29 +0000 (13:48 -0600)
committerKumar Gala <galak@codeaurora.org>
Tue, 4 Feb 2014 22:25:11 +0000 (16:25 -0600)
commit6352aa723dc8eca70fec58d01299793e89556eec
tree7b6fbd5909af94bd44d2fbb526f4bfd050e3380a
parent015f0e369821cd61826e94b79d409308c5783580
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>
arch/arm/mach-msm/Makefile
arch/arm/mach-msm/common.h
arch/arm/mach-msm/hotplug.c [deleted file]
arch/arm/mach-msm/platsmp.c