CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/19 05:31:51
Modified files:
sys/kern : kern_sched.c
Log message:
Add a KASSERT for p->p_wchan == NULL to setrunqueue()
There is the same check in sched_chooseproc() but that is too late
to know where the bad insertion into the runqueue was done.
OK mpi@
