From owner-freebsd-commit Sun Sep 24 12:48:12 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA11101 for freebsd-commit-outgoing; Sun, 24 Sep 1995 12:48:12 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA11089 for cvs-all-outgoing; Sun, 24 Sep 1995 12:48:08 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA11078 for cvs-sys-outgoing; Sun, 24 Sep 1995 12:48:05 -0700 Received: (from dyson@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA11067 ; Sun, 24 Sep 1995 12:47:59 -0700 Date: Sun, 24 Sep 1995 12:47:59 -0700 From: John Dyson Message-Id: <199509241947.MAA11067@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vm_fault.c Sender: owner-commit@FreeBSD.org Precedence: bulk dyson 95/09/24 12:47:59 Modified: sys/vm vm_fault.c Log: Significantly simplify the fault clustering code. After some analysis by David Greenman, it has been determined that the more sophisticated code only made a very minor difference in fault performance. Therefore, this code eliminates some of the complication of the fault code, decreasing the amount of CPU used to scan shadow chains.