From owner-cvs-sys Sat Jan 11 15:50:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA14761 for cvs-sys-outgoing; Sat, 11 Jan 1997 15:50:47 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA14751; Sat, 11 Jan 1997 15:50:45 -0800 (PST) Date: Sat, 11 Jan 1997 15:50:45 -0800 (PST) From: John Dyson Message-Id: <199701112350.PAA14751@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 pmap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 97/01/11 15:50:44 Modified: sys/i386/i386 pmap.c Log: When we changed pmap_protect to support adding the writeable attribute to a page range, we forgot to set the PG_WRITEABLE flag in the vm_page_t. This fixes that problem. Revision Changes Path 1.134 +13 -8 src/sys/i386/i386/pmap.c