From owner-cvs-all Tue Oct 17 16:12:41 2000 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 9F9FA37B4C5; Tue, 17 Oct 2000 16:12:37 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA10147; Tue, 17 Oct 2000 16:12:37 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200010172312.QAA10147@freefall.freebsd.org> From: John Baldwin Date: Tue, 17 Oct 2000 16:12:37 -0700 (PDT) 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 2000/10/17 16:12:37 PDT Modified files: sys/kern kern_idle.c Log: - Wrap the sanity checks for staying in the idle loop for absurdly long amounts of time in #ifdef DIAGNOSTIC - Call vm_page_zero_idle() during the idle loop. Revision Changes Path 1.7 +13 -7 src/sys/kern/kern_idle.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message