Skip to content
Commit 8a66fd2c authored by Quanyang Wang's avatar Quanyang Wang Committed by Bruce Ashfield
Browse files

axxia: add sync between cpu_die and cpu_kill



Normally, a CPU should run cpu_die first and then the CPUs stand by it
are in charge of killing it by calling cpu_kill. If a CPU doesn't call
cpu_die before other CPUs call cpu_kill, the system will hang. So add
synchronization implement between cpu_die and cpu_kill.

Signed-off-by: default avatarQuanyang Wang <quanyang.wang@windriver.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent f0b14e02
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