diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2015-10-09 06:46:02 (GMT) |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-10-17 12:18:27 (GMT) |
commit | f33e9c434b8ce833bd3dd39436bd0799c3e1d1c5 (patch) | |
tree | a8990b95ec37cf6347fe60e5798422d0e9eb6a38 /Kconfig | |
parent | d0890ea5b68f63d7b8641455dc5534886fee2fa1 (diff) | |
download | linux-f33e9c434b8ce833bd3dd39436bd0799c3e1d1c5.tar.xz |
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: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions