cvs commit: src/sys/kern sched_ule.c

Jeff Roberson jeff at FreeBSD.org
Sun Oct 12 14:07:32 PDT 2003


jeff        2003/10/12 14:07:31 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             sched_ule.c 
  Log:
   - In SCHED_CURR() add holding Giant to the list of criteria that will keep
     you on the current queue.  In the future, it would be nice if priority
     propagation could deterministicly pluck a thread off of the next queue
     and put it on the current queue.  Until then this hack stops us from
     holding up our entire current queue, including interrupt handlers, while
     a thread on the next queue is blocked while holding Giant.
   - Inherit our pctcpu information from our parent.
  
  Revision  Changes    Path
  1.58      +7 -8      src/sys/kern/sched_ule.c


More information about the cvs-src mailing list