From owner-cvs-sys Thu Mar 12 01:58:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA05674 for cvs-sys-outgoing; Thu, 12 Mar 1998 01:58:52 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA05629; Thu, 12 Mar 1998 01:58:23 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA02322; Thu, 12 Mar 1998 01:55:59 -0800 (PST) Date: Thu, 12 Mar 1998 01:55:59 -0800 (PST) Message-Id: <199803120955.BAA02322@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 vm_machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/03/12 01:55:59 PST Modified files: sys/i386/i386 vm_machdep.c Log: Fixed breakage of the !SMP case in vm_page_zero_idle() in the previous commit. Opportunities to clean pages were often missed, and leaving of the idle state was sometimes delayed until the next interrupt (after any that occurred while cleaning). Fixed an unstaticization, a syntax error and a style bug in the previous commit. Revision Changes Path 1.102 +7 -5 src/sys/i386/i386/vm_machdep.c