From: Catalin Marinas Date: Fri, 4 Apr 2014 10:49:05 +0000 (+0100) Subject: arm64: Remove boot thread synchronisation for spin-table release method X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2~10^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6400111399e16a535231ebd76389c894ea1837ff;p=pandora-kernel.git 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 --- Reading git-diff-tree failed