Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Aug 2004 00:49:23 +0000 (UTC)
From:      Peter Wemm <peter@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:  <200408280049.i7S0nN7O082500@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2004-08-28 00:49:23 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sched_ule.c 
  Log:
  Commit Jeff's suggested changes for avoiding a bug that is exposed by
  preemption and/or the rev 1.79 kern_switch.c change that was backed out.
  
  The thread was being assigned to a runq without adding in the load, which
  would cause the counter to hit -1.
  
  Revision  Changes    Path
  1.122     +2 -4      src/sys/kern/sched_ule.c



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