Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Oct 2001 15:33:31 -0700 (PDT)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_meter.c
Message-ID:  <200110042233.f94MXVo83144@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2001/10/04 15:33:31 PDT

  Modified files:
    sys/vm               vm_meter.c 
  Log:
  Remove the SSLEEP case from the load average computation. This has
  been a no-op for as long as our CVS history goes back. Processes in
  state SSLEEP could only be counted if p_slptime == 0, but immediately
  before loadav() is called, schedcpu() has just incremented p_slptime
  on all SSLEEP processes.
  
  Revision  Changes    Path
  1.59      +1 -6      src/sys/vm/vm_meter.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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