Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2002 12:12:36 -0700 (PDT)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_page.c
Message-ID:  <200208081912.g78JCabM096005@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2002/08/08 12:12:36 PDT

  Modified files:
    sys/vm               vm_page.c 
  Log:
   o Use pmap_page_is_mapped() in vm_page_protect() rather than the PG_MAPPED
     flag.  (This is the only place in the entire kernel where the PG_MAPPED
     flag is tested.  It will be removed soon.)
  
  Revision  Changes    Path
  1.210     +1 -1      src/sys/vm/vm_page.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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