arm64: Remove boot thread synchronisation for spin-table release method
authorCatalin Marinas <catalin.marinas@arm.com>
Fri, 4 Apr 2014 10:49:05 +0000 (11:49 +0100)
committerMark Brown <broonie@linaro.org>
Wed, 21 May 2014 23:10:31 +0000 (00:10 +0100)
commit4dfb441fe4ed5de576daca2c1fc4e79246d07991
tree87ee1a5cd81600b1a3a0601f3ceb0aaa7ca12ef9
parent7d7a38f930c760ca03a9fc9ef9b90eef0d07e379
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>
(cherry picked from commit 6400111399e16a535231ebd76389c894ea1837ff)
Signed-off-by: Mark Brown <broonie@linaro.org>
arch/arm64/kernel/smp_spin_table.c