Skip to content
Commit 64001113 authored by Catalin Marinas's avatar Catalin Marinas
Browse files

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: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent a41dc0e8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment