CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2019/06/13 15:19:28

Modified files:
        sys/kern       : kern_exit.c 

Log message:
Use PWAIT instead of PUSER in exit1().

When the main thread of a MT process dies, it doesn't matter at which
priority it gets awaken to do the lasts cleanups.  Not using PUSER makes
it easier to understand the existing scheduler logic.

ok visa@

Reply via email to