arc: Don't halt slaves
authorAlexey Brodkin <abrodkin@synopsys.com>
Wed, 24 Jan 2018 12:27:04 +0000 (15:27 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Wed, 21 Mar 2018 13:21:34 +0000 (16:21 +0300)
commit0a097ba54bee9ee9fb2f6c5529b55d4b46b872b2
treee6dd07123176d2616abb6919deb0172993c27f65
parent2178817c4a105ead044e054bf902f256e6d589c2
arc: Don't halt slaves

This commit basically reverts two commits:
 1. cf628f772ef2 ("arc: arcv1: Disable master/slave check")
 2. 6cba327bd96f ("arcv2: Halt non-master cores")

With mentioned commits in-place we experience more trouble than
benefits. In case of SMP Linux kernel this is really required as
we have all the cores running from the very beginning and then we
need to allow master core to do some preparatory work while slaves
are not getting in the way.

In case of U-Boot we:
 a) Don't really run more than 1 core in parallel
 b) We may use whatever core for that

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
arch/arc/lib/start.S