Remove the KASSERT() in sched_unpeg_curproc().
authormpi <mpi@openbsd.org>
Mon, 8 Jul 2024 16:15:42 +0000 (16:15 +0000)
committermpi <mpi@openbsd.org>
Mon, 8 Jul 2024 16:15:42 +0000 (16:15 +0000)
commit6fc6c6cc6c159adccaada504c7c3e8f2bd1e7a05
treec275bf903672e3ff3fa7e7ae0208e12e62dab158
parent0047c88a18398ba755566e1f26e8aa40a59617a1
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().
sys/kern/kern_sched.c