CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2019/10/15 04:05:43

Modified files:
        sys/arch/m88k/m88k: m88k_machdep.c 
        sys/kern       : kern_fork.c kern_sched.c kern_synch.c 
                         sched_bsd.c 
        sys/sys        : sched.h 

Log message:
Reduce the number of places where `p_priority' and `p_stat' are set.

This refactoring will help future scheduler locking, in particular to
shrink the SCHED_LOCK().

No intended behavior change.

ok visa@

Reply via email to