From owner-cvs-sys Fri Mar 28 20:35:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA07534 for cvs-sys-outgoing; Fri, 28 Mar 1997 20:35:34 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA07527; Fri, 28 Mar 1997 20:35:31 -0800 (PST) Date: Fri, 28 Mar 1997 20:35:31 -0800 (PST) From: Bruce Evans Message-Id: <199703290435.UAA07527@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 vm_machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/03/28 20:35:30 Modified: sys/i386/i386 vm_machdep.c Log: Don't keep cpu interrupts enabled during the lookup in vm_page_zero_idle(). Lookup isn't done every time the system goes idle now, but it can still take > 1800 instructions in the worst case, so if cpu interrupts are kept disabled then it might lose 20 characters of sio input at 115200 bps. Fixed style in vm_page_zero_idle(). Revision Changes Path 1.77 +35 -25 src/sys/i386/i386/vm_machdep.c