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)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 9 May 2014 14:47:46 +0000 (15:47 +0100)
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>

No differences found