commit | 6a032dba7d2329084dca41cc8d82c0cda13103ef | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@codeaurora.org> | Fri Jan 31 13:48:29 2014 -0600 |
committer | Kumar Gala <galak@codeaurora.org> | Tue Feb 04 16:25:11 2014 -0600 |
tree | 7b6fbd5909af94bd44d2fbb526f4bfd050e3380a | |
parent | 52b52b4681df8bad450692cf3fa8a61ca1e1599a [diff] |
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>