CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/05/27 08:55:58
Modified files: sys/kern : kern_sched.c Log message: When entering sched_idle() the first time the CPU ci is not idle. Actually at that point this code is not running on that CPU so do not pretend that the CPU is idle by fiddling with the sched_idle_cpus cpuset. OK mpi@