Fix boot on SMP systems after r218075 by delaying CPU binding until a
SYSINIT. Reviewed by: marcel
This commit is contained in:
parent
9fc71bde19
commit
21d76c3e9d
@ -426,9 +426,6 @@ powerpc_enable_intr(void)
|
||||
i->pol != INTR_POLARITY_CONFORM)
|
||||
PIC_CONFIG(i->pic, i->intline, i->trig, i->pol);
|
||||
|
||||
if (i != NULL && i->pic == root_pic)
|
||||
PIC_BIND(i->pic, i->intline, i->cpu);
|
||||
|
||||
if (i->event != NULL)
|
||||
PIC_ENABLE(i->pic, i->intline, vector);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user