Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2007 08:44:13 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern sched_ule.c
Message-ID:  <200701060844.l068iDG4096724@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2007-01-06 08:44:13 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sched_ule.c 
  Log:
   - Fix the sched_priority() invalid priority bugs.  Use roundup() instead
     of max() when computing the divisor in SCHED_TICK_PRI().  This prevents
     cases where rounding down would allow the quotient to exceed
     SCHED_PRI_RANGE.
   - Garbage collect some unused flags and fields.
   - Replace TDF_HOLD with sched_pin_td()/sched_unpin_td() since it simply
     duplicated this functionality.
   - Re-enable the rebalancer by default and fix the sysctl so it can be
     modified.
  
  Revision  Changes    Path
  1.177     +45 -59    src/sys/kern/sched_ule.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701060844.l068iDG4096724>