]> git.baikalelectronics.ru Git - kernel.git/commit
csky/smp: Fixup boot failed when CONFIG_SMP
authorGuo Ren <guoren@linux.alibaba.com>
Tue, 7 Jan 2020 04:21:25 +0000 (12:21 +0800)
committerGuo Ren <guoren@linux.alibaba.com>
Fri, 21 Feb 2020 07:43:24 +0000 (15:43 +0800)
commit5422d71d61026244be156ea9eec4b9af957bf442
treeab61b49862355cefe149d1cda68090812740d53f
parent643f06033a865ce15cd1d7d1ede696e5ea7c6da3
csky/smp: Fixup boot failed when CONFIG_SMP

If we use a non-ipi-support interrupt controller, it will cause panic here.
We should let cpu up and work with CONFIG_SMP, when we use a non-ipi intc.

Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
arch/csky/kernel/smp.c