jeff        2007-06-15 19:33:58 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sched_ule.c 
  Log:
   - Fix an off by one error in sched_pri_range.
   - In tdq_choose() only assert that a thread does not have too high a
     priority (low value) for the queue we removed it from.  This will catch
     bugs in priority elevation.  It's not a serious error for the thread
     to have too low a priority as we don't change queues in this case as
     an optimization.
  
  Reported by:    kris
  
  Revision  Changes    Path
  1.199     +3 -8      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