ARM: CPU hotplug: move cpu_killed completion to core code
commit3c030beabf937b1d3b4ecaedfd1fb2f1e2aa0c70
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 30 Nov 2010 11:07:35 +0000 (30 11:07 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 20 Dec 2010 15:09:10 +0000 (20 15:09 +0000)
tree3cac64838c83ecc2d0d070be268fb087dffd8d4b
parent2c0136dba4e43b0916ccc9ecc7f11e6d6b73f046
ARM: CPU hotplug: move cpu_killed completion to core code

We always need to wait for the dying CPU to reach a safe state before
taking it down, irrespective of the requirements of the platform.
Move the completion code into the ARM SMP hotplug code rather than
having each platform re-implement this.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/smp.c
arch/arm/mach-omap2/omap-hotplug.c
arch/arm/mach-realview/hotplug.c
arch/arm/mach-s5pv310/hotplug.c
arch/arm/mach-tegra/hotplug.c
arch/arm/mach-ux500/hotplug.c