Skip to content
Commit d2d0b3cf authored by Quanyang Wang's avatar Quanyang Wang Committed by Liwei Song
Browse files

axxia: add sync between cpu_die and cpu_kill

commit 8a66fd2c

 from
https://github.com/axxia/linux-yocto.git v5.10/standard/axxia-dev/base.

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>
Signed-off-by: default avatarLiwei Song <liwei.song@windriver.com>
parent 528e0cf8
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