Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2008 22:48:27 +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:  <200803102248.m2AMmRFv055635@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2008-03-10 22:48:27 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sched_ule.c 
  Log:
   - Fix the invalid priority panics people are seeing by forcing
     tdq_runq_add to select the runq rather than hoping we set it properly
     when we adjusted the priority.  This involves the same number of
     branches as before so should perform identically without the extra
     fragility.
  
  Tested by:      bz
  Reviewed by:    bz
  
  Revision  Changes    Path
  1.230     +10 -25    src/sys/kern/sched_ule.c



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