CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2023/08/05 06:41:04
Modified files: sys/kern : kern_sched.c Log message: Remove the P_WSLEEP specific KASSERT(). Not only procs in state SSTOP can be added to the run queue but also procs in state SRUN. The latter happens when schedcpu() kicks in before the proc had a chance to run. Problem spotted by gkoehler@ OK cheloha@