ARC: Reset: Implement weak reset_cpu()
authorAlexey Brodkin <abrodkin@synopsys.com>
Wed, 30 May 2018 09:19:54 +0000 (12:19 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Thu, 31 May 2018 17:13:29 +0000 (20:13 +0300)
commiteb5c853938cb784bbf83ab87847e94764c3cd00a
tree9f1dc01c7f8618c9ac438eb9b58b622a64462264
parent8f187142e51634d6887ef397cd6abaa7fab14b21
ARC: Reset: Implement weak reset_cpu()

This will allow for board-specific implementation of reset.
Default version will just stop execution with help of BRK instruction.

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