cvs commit: src/sys/kern sched_4bsd.c sched_ule.c
John Baldwin
jhb at FreeBSD.org
Tue Apr 22 13:50:40 PDT 2003
jhb 2003/04/22 13:50:39 PDT
FreeBSD src repository
Modified files:
sys/kern sched_4bsd.c sched_ule.c
Log:
- Assert that the proc lock and sched_lock are held in sched_nice().
- For the 4BSD scheduler, this means that all callers of the static
function resetpriority() now always hold sched_lock, so don't lock
sched_lock explicitly in that function.
Revision Changes Path
1.16 +3 -2 src/sys/kern/sched_4bsd.c
1.31 +2 -0 src/sys/kern/sched_ule.c
More information about the cvs-src
mailing list