Cleanup the sleep loop in single_thread_check_locked(). The deep checks
authorclaudio <claudio@openbsd.org>
Tue, 28 Jun 2022 12:08:17 +0000 (12:08 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 28 Jun 2022 12:08:17 +0000 (12:08 +0000)
commit2a2b3f508a0283b8d089d15c18a05706979d0749
treed1310d1c0932b0787c5a957dd0a262ab44eaad96
parentc9132633f928b88ca02847c2633323c67d21e972
Cleanup the sleep loop in single_thread_check_locked(). The deep checks
only matter on entry and the pr->ps_single check is done in the while body.
With and OK mpi@
sys/kern/kern_sig.c