Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2007 18:18:43 +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:  <200701241818.l0OIIh9n054352@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2007-01-24 18:18:43 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sched_ule.c 
  Log:
   - With a sleep time over 2097 seconds hzticks and slptime could end up
     negative.  Use unsigned integers for sleep and run time so this doesn't
     disturb sched_interact_score().  This should fix the invalid interactive
     priority panics reported by several users.
  
  Revision  Changes    Path
  1.184     +6 -5      src/sys/kern/sched_ule.c



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