]> 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)
commit9a220d1fc00898886fa560b9e1704104567a74ac
treeab61b49862355cefe149d1cda68090812740d53f
parent02759933c1d391b35760a347a074ae336c9bf27c
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