From owner-freebsd-commit Sat Feb 24 19:03:34 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA07788 for freebsd-commit-outgoing; Sat, 24 Feb 1996 19:03:34 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA07781 for cvs-all-outgoing; Sat, 24 Feb 1996 19:03:20 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA07751 Sat, 24 Feb 1996 19:02:55 -0800 (PST) Date: Sat, 24 Feb 1996 19:02:55 -0800 (PST) From: John Dyson Message-Id: <199602250302.TAA07751@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include pmap.h src/sys/i386/i386 pmap.c trap.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/02/24 19:02:54 Modified: sys/i386/i386 pmap.c trap.c sys/i386/include pmap.h Log: Fix a problem with tracking the modified bit. Eliminate the ugly inline-asm code, and speed up the page-table-page tracking. Revision Changes Path 1.76 +145 -127 src/sys/i386/i386/pmap.c 1.72 +7 -6 src/sys/i386/i386/trap.c 1.34 +4 -3 src/sys/i386/include/pmap.h