Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 1996 21:34:38 -0700 (PDT)
From:      David Greenman <davidg>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/i386 pmap.c
Message-ID:  <199606140434.VAA06043@freefall.freebsd.org>

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

davidg      96/06/13 21:34:37

  Branch:      sys/i386/i386  RELENG_2_1_0
  Modified:    sys/i386/i386  pmap.c
  Log:
  Brought in a fix from main branch: close a window in pmap_object_init_pt()
  that has to do with the PG_MAPPED flag not being set at the right time,
  and PG_BUSY the page rather than doing a vm_page_hold/unhold. This
  fixes a potential problem where some mapped pages might go unnoticed by
  other parts of the vm system, which can be a real problem if the page(s)
  are reclaimed.
  Reviewed by:	dyson
  
  Revision  Changes    Path
  1.58.4.5  +7 -7      src/sys/i386/i386/pmap.c



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