CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/06/16 03:55:47
Modified files: sys/kern : sched_bsd.c Log message: Use cpuset_cardinality() and cpuset_complement() to calculate the number of active cpus instead of checking cpuset_isset() over and over again. This is still not really atomic but the loadavg calculation is really not worth more effort. Ok kettenis@ tb@