cvs commit: src/sys/posix4 ksched.c
David Xu
davidxu at FreeBSD.org
Wed Jul 12 05:54:18 UTC 2006
davidxu 2006-07-12 05:54:17 UTC
FreeBSD src repository
Modified files:
sys/posix4 ksched.c
Log:
Return priority range 0..PRI_MAX_TIMESHARE-PRI_MIN_TIMESHARE for
SCHED_OTHER, the same range as rtprio() is using. In old code,
it returns nice range -20 .. 20, nice should be treated as process
weight, it is really managed by getpriority() and setpriority()
syscalls, they are different.
Revision Changes Path
1.31 +2 -2 src/sys/posix4/ksched.c
More information about the cvs-src
mailing list