]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit6a032dba7d2329084dca41cc8d82c0cda13103ef
tree7b6fbd5909af94bd44d2fbb526f4bfd050e3380a
parent52b52b4681df8bad450692cf3fa8a61ca1e1599a
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