commit | 3c030beabf937b1d3b4ecaedfd1fb2f1e2aa0c70 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Nov 30 11:07:35 2010 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Dec 20 15:09:10 2010 +0000 |
tree | 3cac64838c83ecc2d0d070be268fb087dffd8d4b | |
parent | 2c0136dba4e43b0916ccc9ecc7f11e6d6b73f046 [diff] |
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>