Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 1996 16:21:03 -0700 (PDT)
From:      David Greenman <davidg>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/vm vm_fault.c
Message-ID:  <199606142321.QAA00613@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606142321.QAA00613>