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

SYSINIT.

Reviewed by:	marcel
This commit is contained in:
nwhitehorn 2011-01-29 23:26:28 +00:00
parent 9fc71bde19
commit 21d76c3e9d

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