Skip to content
Commit f33e9c43 authored by Vineet Gupta's avatar Vineet Gupta
Browse files

ARC: smp: Move default boot kick/wait code out of MCIP into common code



For non halt-on-reset case, all cores start of simultaneously in @stext.
Master core0 proceeds with kernel boot, while other spin-wait on
@wake_flag being set by master once it is ready. So NO hardware assist
is needed for master to "kick" the others.

This patch moves this soft implementation out of mcip.c (as there is no
hardware assist) into common smp.c

Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent d0890ea5
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