Re: [PATCH] ARC: Don't check presense of Timer1 in SMP builds

2018-02-13 Thread Vineet Gupta
On 02/13/2018 11:35 AM, Alexey Brodkin wrote: In case of SMP we use GFRC from ARconnect and Timer1 is left untouched. Still with that check in place we're panicing if Timer1 is missing in current hardware which is quite unexpected. Signed-off-by: Alexey Brodkin --- arch/arc/kernel/setup.c | 2

[PATCH] ARC: Don't check presense of Timer1 in SMP builds

2018-02-13 Thread Alexey Brodkin
In case of SMP we use GFRC from ARconnect and Timer1 is left untouched. Still with that check in place we're panicing if Timer1 is missing in current hardware which is quite unexpected. Signed-off-by: Alexey Brodkin --- arch/arc/kernel/setup.c | 2 ++ 1 file changed, 2 insertions(+) diff --git