K 10 svn:author V 3 avg K 8 svn:date V 27 2011-12-19T20:01:21.516621Z K 7 svn:log V 587 ule: ensure that batch timeshare threads are scheduled fairly With the previous code, if the range of priorities for timeshare batch threads was greater than RQ_NQS, then the threads with low priorities in the part of the range above RQ_NQS would be scheduled to the run-queues as if they had high priorities at the beginning of the range. In other words, threads with a nice level of +N could be scheduled as if they had a nice level of -M. Reported by: George Mitchell Reviewed by: jhb Tested by: George Mitchell (earlier version) MFC after: 1 week END