commit | 6400111399e16a535231ebd76389c894ea1837ff | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Fri Apr 04 11:49:05 2014 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Fri May 09 15:47:46 2014 +0100 |
tree | 1cc0bda4fc7b2c8e1706fcff940b011235c14d3b | |
parent | a41dc0e841523efe1df7fa5ad48b5e9027a921df [diff] |
arm64: Remove boot thread synchronisation for spin-table release method The synchronisation with the boot thread already happens in __cpu_up() via wait_for_completion_timeout(). In addition, __cpu_up() calls are protected by the cpu_add_remove_lock mutex and already serialised. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>