CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2019/05/25 12:11:10

Modified files:
        sys/kern       : sched_bsd.c 

Log message:
Do not account spinning time as running time when a thread crosses a
tick boundary of schedlock().

This reduces the contention on the SCHED_LOCK() when the current thread
is already spinning.

Prompted by deraadt@, ok visa@

Reply via email to