CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/07/08 03:15:05
Modified files:
sys/kern : kern_exit.c
Log message:
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@
