Date: Tue, 4 Jun 1996 20:31:53 -0700 (PDT) From: John Dyson <dyson> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 pmap.c src/sys/vm vm_page.c vm_page.h Message-ID: <199606050331.UAA18694@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dyson 96/06/04 20:31:51
Modified: sys/i386/i386 pmap.c
sys/vm vm_page.c vm_page.h
Log:
Keep page-table pages from ever being sensed as dirty. This should fix
some problems with the page-table page management code, since it can't
deal with the notion of page-table pages being paged out or in transit.
Also, clean up some stylistic issues per some suggestions from
Stephen McKay.
Revision Changes Path
1.99 +40 -15 src/sys/i386/i386/pmap.c
1.54 +136 -70 src/sys/vm/vm_page.c
1.27 +2 -1 src/sys/vm/vm_page.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606050331.UAA18694>
