MFi386: revisions 234074 and 234105

- Adding the BSP as an interrupt target directly in cpu_startup().
This commit is contained in:
Yoshihiro Takahashi 2012-04-22 04:36:25 +00:00
parent 15eddb68ee
commit 42f4a70cbb

View File

@ -271,6 +271,13 @@ cpu_startup(dummy)
bufinit();
vm_pager_bufferinit();
cpu_setregs();
#ifdef SMP
/*
* Add BSP as an interrupt target.
*/
intr_add_cpu(0);
#endif
}
/*