From owner-freebsd-commit Fri Mar 8 23:01:39 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA28449 for freebsd-commit-outgoing; Fri, 8 Mar 1996 23:01:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA28442 for cvs-all-outgoing; Fri, 8 Mar 1996 23:01:29 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA28420 Fri, 8 Mar 1996 23:01:22 -0800 (PST) Date: Fri, 8 Mar 1996 23:01:22 -0800 (PST) From: John Dyson Message-Id: <199603090701.XAA28420@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 pmap.c X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/03/08 23:01:22 Modified: sys/i386/i386 pmap.c Log: Correct some new and older lurking bugs. Hold count wasn't being handled correctly. Fix some incorrect code that was included to improve performance. Significantly simplify the pmap_use_pt and pmap_unuse_pt subroutines. Add some more diagnostic code. Revision Changes Path 1.78 +212 -118 src/sys/i386/i386/pmap.c