提交 de1db6ff 编写于 作者: R Ralf Baechle

It's unwise to disable all interrupts of the boot node ;-)

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 85b6e818
......@@ -156,8 +156,11 @@ void __init prom_prepare_cpus(unsigned int max_cpus)
{
cnodeid_t cnode;
for_each_online_node(cnode)
for_each_online_node(cnode) {
if (cnode == 0)
continue;
intr_clear_all(COMPACT_TO_NASID_NODEID(cnode));
}
replicate_kernel_text();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册