Fix boot on SMP systems after r218075 by delaying CPU binding until a
SYSINIT. Reviewed by: marcel
This commit is contained in:
parent
7f79e7e4db
commit
5ad703e0c8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218081
@ -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…
Reference in New Issue
Block a user