cvs commit: src/sys/kern sched_ule.c
    Jeff Roberson 
    jroberson at chesapeake.net
       
    Sat Apr 12 15:34:52 PDT 2003
    
    
  
I almost forgot...
Tested/Reported by:  Steve Kargl <sgk at troutmask.apl.washington.edu>
On Sat, 12 Apr 2003, Jeff Roberson wrote:
> 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