CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2017/05/09 03:36:04

Modified files:
        sys/uvm        : uvm_meter.c 

Log message:
Stop considering some sleeping threads are running.

PZERO used to be a special value in the first BSD releases but since
the introduction of tsleep(9) there's no way to tell if a thread is
going to sleep for a "short" period of time.

This remove the only (ab)use of ``p_priority'' outside the scheuler
logic, which will help moving avway from a priority-based scheduler.

ok visa@

Reply via email to