Jeff Roberson dda713dfb8 - 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
2007-06-15 19:33:58 +00:00
..
2007-04-23 12:53:00 +00:00
2007-05-23 17:28:21 +00:00
2006-05-28 22:15:28 +00:00
2007-06-11 03:36:55 +00:00
2007-06-10 01:50:05 +00:00