CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/29 10:49:53
Modified files:
sys/arch/amd64/amd64: cpu.c
sys/arch/i386/i386: cpu.c
sys/arch/sparc64/sparc64: cpu.c
Log message:
Call sched_init_cpu() just before booting secondary CPUs.
This prevent the scheduler from scheduling tasks to CPUs not beeing able
to execute them during the boot process.
ok visa@, kettenis@
