OSDN Git Service

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)
commit6400111399e16a535231ebd76389c894ea1837ff
tree1cc0bda4fc7b2c8e1706fcff940b011235c14d3b
parenta41dc0e841523efe1df7fa5ad48b5e9027a921df
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>
arch/arm64/kernel/smp_spin_table.c