--- src/sys/platform/vkernel/i386/autoconf.c 2007/01/06 19:40:53 1.7 +++ src/sys/platform/vkernel/i386/autoconf.c 2007/04/30 07:18:55 1.8 @@ -107,7 +107,7 @@ static void pxe_setup_nfsdiskless(void); #endif #endif -SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL); +SYSINIT(cpu, SI_BOOT2_SMP, SI_ORDER_FIRST, cpu_startup, NULL); SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL); /* SI_ORDER_SECOND is hookable */ SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);