jeff        2008-01-23 03:10:18 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sched_ule.c 
  Log:
   - 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.
  
  Revision  Changes    Path
  1.223     +9 -7      src/sys/kern/sched_ule.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to