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)
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>

No differences found