cvs commit: src/sys/kern sched_ule.c

Jeff Roberson jeff at FreeBSD.org
Fri Jun 15 19:33:59 UTC 2007


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


More information about the cvs-all mailing list