CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2022/11/09 03:26:28

Modified files:
        sys/kern       : syscalls.master 

Log message:
Mark sched_yield(2) as NOLOCK.

All the fields accessed in this syscall are protected by the SCHED_LOCK()
so it isn't necessary to wait for another CPU to release the KERNEL_LOCK()
before that.

ok claudio@

Reply via email to