From owner-cvs-all Sun Jan 12 11:33:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A9B637B401; Sun, 12 Jan 2003 11:33:18 -0800 (PST) Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A7C343F87; Sun, 12 Jan 2003 11:33:17 -0800 (PST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id h0CJXB653883; Sun, 12 Jan 2003 14:33:11 -0500 (EST) (envelope-from jroberson@chesapeake.net) Date: Sun, 12 Jan 2003 14:33:11 -0500 (EST) From: Jeff Roberson To: Jeff Roberson Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/sys proc.h src/sys/kern sched_4bsd.c In-Reply-To: <200301121904.h0CJ4nbC076944@repoman.freebsd.org> Message-ID: <20030112143211.Q69199-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 12 Jan 2003, Jeff Roberson wrote: > jeff 2003/01/12 11:04:49 PST > > Modified files: > sys/sys proc.h > sys/kern sched_4bsd.c > Log: > - Move ke_pctcpu and ke_cpticks into the scheduler specific datastructure. > This will prevent access through mechanisms other than the published > interfaces. > Er, this change adjusts the size of struct proc. I should have gone through re before commiting. Are there any objections? I can easily back it out, it's just tidying things up for the new scheduler. Cheers, Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message