It's unwise to disable all interrupts of the boot node ;-)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
85b6e8184b
commit
de1db6ffe2
1 changed files with 4 additions and 1 deletions
|
@ -156,8 +156,11 @@ void __init prom_prepare_cpus(unsigned int max_cpus)
|
||||||
{
|
{
|
||||||
cnodeid_t cnode;
|
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));
|
intr_clear_all(COMPACT_TO_NASID_NODEID(cnode));
|
||||||
|
}
|
||||||
|
|
||||||
replicate_kernel_text();
|
replicate_kernel_text();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue