From owner-cvs-all Fri Feb 9 7:15:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A713437B82C; Fri, 9 Feb 2001 06:59:43 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f19Exhn60591; Fri, 9 Feb 2001 06:59:43 -0800 (PST) (envelope-from jhb) Message-Id: <200102091459.f19Exhn60591@freefall.freebsd.org> From: John Baldwin Date: Fri, 9 Feb 2001 06:59:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_idle.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/02/09 06:59:43 PST Modified files: sys/kern kern_idle.c Log: - Point out that we don't lock anything during the idle setup because only the boot processor should be running in the comments. - Initialize curproc to point to each CPU's respective idleproc if their curproc is NULL. - Keep track of the number of context switches performed by idleproc. Revision Changes Path 1.13 +7 -2 src/sys/kern/kern_idle.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message