Fix boot on SMP systems after r218075 by delaying CPU binding until a

SYSINIT.

Reviewed by:	marcel
This commit is contained in:
Nathan Whitehorn 2011-01-29 23:26:28 +00:00
parent 7f79e7e4db
commit 5ad703e0c8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218081

View File

@ -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);
}