cvs commit: src/sys/kern sched_ule.c

Jeff Roberson jeff at FreeBSD.org
Mon Oct 27 19:28:49 PST 2003


jeff        2003/10/27 19:28:48 PST

  FreeBSD src repository

  Modified files:
    sys/kern             sched_ule.c 
  Log:
   - Only change the run queue in sched_prio() if the kse is non null.  threads
     can be in the TD_ON_RUNQ state and not have an associated kse.
   - Remove the PRI_IDLE special case from sched_clock(), it was not actually
     necessary.
  
  Revision  Changes    Path
  1.68      +2 -10     src/sys/kern/sched_ule.c


More information about the cvs-src mailing list