cvs commit: src/sys/kern sched_ule.c
    Jeff Roberson 
    jeff at FreeBSD.org
       
    Sat Apr 12 15:33:25 PDT 2003
    
    
  
jeff        2003/04/12 15:33:24 PDT
  FreeBSD src repository
  Modified files:
    sys/kern             sched_ule.c 
  Log:
   - Unbreak priority prop. for timeshare threads.  Always place something on
     the current queue if its priority is really elevated.  This needs more work
     as there are cases where a next queue kse could be holding up what would
     be a curr queue kse, and thus hurting interactivity.  Also, when a thread
     with an elevated priority has its priority lowered it should be placed
     back on the next queue.
  
  Revision  Changes    Path
  1.28      +1 -3      src/sys/kern/sched_ule.c
    
    
More information about the cvs-all
mailing list