Date: Sat, 16 Sep 2000 11:09:46 +0930 From: Greg Lehey <grog@lemis.com> To: John Baldwin <jhb@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_idle.c src/sys/vm vm_meter.c src/sys/i386/isa ithread.c src/sys/sys proc.h Message-ID: <20000916110946.D71517@wantadilla.lemis.com> In-Reply-To: <200009152200.PAA79187@freefall.freebsd.org>; from jhb@FreeBSD.org on Fri, Sep 15, 2000 at 03:00:24PM -0700 References: <200009152200.PAA79187@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday, 15 September 2000 at 15:00:24 -0700, John Baldwin wrote: > jhb 2000/09/15 15:00:24 PDT > > Modified files: > sys/kern kern_idle.c > sys/vm vm_meter.c > sys/i386/isa ithread.c > sys/sys proc.h > Log: > - Add a new process flag P_NOLOAD that marks a process that should be > ignored during load average calcuations. > - Set this flag for the idle processes and the softinterrupt process. Why for the soft interrupt processes? Unlike the idle process, that's real processor work. It should count towards interrupt time. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers 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?20000916110946.D71517>