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

No differences found