cvs commit: src/sys/amd64/amd64 pmap.c

Alan Cox alc at FreeBSD.org
Wed Sep 24 22:38:20 PDT 2003


alc         2003/09/24 22:38:19 PDT

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
  Log:
  MFi386
   Reimplement pmap_release() such that it uses the page table rather than
   the pte object to locate the page table directory pages.  (Temporarily,
   retain an assertion on the emptiness of the pte object.)
  
  Revision  Changes    Path
  1.438     +7 -14     src/sys/amd64/amd64/pmap.c


More information about the cvs-src mailing list