commit | 149c24151e8577b2a033639722dc5734de5e6eaf | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jan 18 15:59:45 2012 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Mar 24 09:38:51 2012 +0000 |
tree | 2147e5cde46ab5f57880284b713786db933fe42a | |
parent | 94e5a85b3be0ce109d26aa6812b2a02c518a0e4b [diff] |
ARM: SMP: use a timing out completion for cpu hotplug Rather than open-coding the jiffy-based wait, and polling for the secondary CPU to come online, use a completion instead. This removes the need to poll, instead we will be notified when the secondary CPU has initialized. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>