K 10 svn:author V 4 jeff K 8 svn:date V 27 2008-01-23T03:10:18.000000Z K 7 svn:log V 375 - sched_prio() should only adjust tdq_lowpri if the thread is running or on a run-queue. If the priority is numerically raised only change lowpri if we're certain it will be correct. Some slop is allowed however previously we could erroneously raise lowpri for an idle cpu that a thread had recently run on which lead to errors in load balancing decisions. END