CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/07/08 10:15:42
Modified files:
sys/kern : kern_sched.c
Log message:
Remove the KASSERT() in sched_unpeg_curproc().
This fix rebooting a GENERIC.MP kernel on SP machines because unpeg is out
of the loop in smr_thread().
