CVSROOT: /cvs Module name: src Changes by: [email protected] 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@
