Fix comment for exit2() this code is called by sched_idle() not cpu_exit().
authorclaudio <claudio@openbsd.org>
Mon, 8 Jul 2024 09:15:05 +0000 (09:15 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 8 Jul 2024 09:15:05 +0000 (09:15 +0000)
commit82f77922c94f2a8a45f183d5314b67075786d50e
tree50fa81e98fe509bfa19b15007fe9c2283d59c0c6
parent293800bdd2bcaa8133d73d301895f69d0f5739d9
Fix comment for exit2() this code is called by sched_idle() not cpu_exit().
The note can be removed but add a comment that since this is called from
the idle process exit2() is not allowed to sleep.
OK jca@
sys/kern/kern_exit.c