K 10 svn:author V 7 davidxu K 8 svn:date V 27 2006-07-12T05:54:17.000000Z K 7 svn:log V 289 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. END