cvs commit: src/sys/kern sched_ule.c

Jeff Roberson jeff at FreeBSD.org
Tue Jun 17 03:21:36 PDT 2003


jeff        2003/06/17 03:21:34 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             sched_ule.c 
  Log:
   - Temporarily patch a problem where the interact score could be negative
     because the run time exceeds the largest value a signed int can hold.
     The real solution involves calculating how far we are over the limit.
     To quickly solve this problem we loop removing 1/5th of the current value
     until it falls below the limit.  The common case requires no passes.
  
  Revision  Changes    Path
  1.43      +2 -1      src/sys/kern/sched_ule.c


More information about the cvs-all mailing list