From owner-cvs-sys Fri Jun 14 16:21:12 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA00643 for cvs-sys-outgoing; Fri, 14 Jun 1996 16:21:12 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA00613; Fri, 14 Jun 1996 16:21:03 -0700 (PDT) Date: Fri, 14 Jun 1996 16:21:03 -0700 (PDT) From: David Greenman Message-Id: <199606142321.QAA00613@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_fault.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/06/14 16:21:03 Branch: sys/vm RELENG_2_1_0 Modified: sys/vm vm_fault.c Log: Brought in a fix from main branch: move setting of PG_MAPPED to after a call to pmap_enter(). Closes a window where PG_MAPPED might be cleared if the process blocked and someone else does a vm_page_protect(NONE) before the process unblocks. Reviewed by: dyson Revision Changes Path 1.25.4.1 +3 -3 src/sys/vm/vm_fault.c