CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/06/09 04:57:46
Modified files:
sys/kern : init_main.c kern_sched.c
sys/sys : sched.h
Log message:
Rename sched_init_runqueues() to sched_init() since so we can use it for
initial bringup of the scheduler. Add the boot processor to sched_all_cpus
here to ensure that sched_all_cpus is not empty.
OK mpi@ kettenis@ (as part of a larger diff)
