jeff 47d8080afa - ftick was initialized to -1 for init and any of it's children. Fix this by
setting ftick = ltick = ticks in schedinit().
 - Update the priority when we are pulled off of the run queue and when we
   are inserted onto the run queue so that it more accurately reflects our
   present status.  This is important for efficient priority propagation
   functioning.
 - Move the frequency test into sched_pctcpu_update() so we don't repeat it
   each time we'd like to call it.
 - Put some temporary work-around code in sched_priority() in case the tick
   mechanism produces a bad priority.  Eventually this should revert to an
   assert again.
2007-01-05 08:50:38 +00:00
..
2005-12-04 02:12:43 +00:00
2006-07-17 21:00:42 +00:00
2006-11-11 16:19:12 +00:00
2007-01-02 04:14:01 +00:00
2006-05-28 22:15:28 +00:00
2006-12-20 19:26:30 +00:00