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

Alan Cox alc at FreeBSD.org
Fri Aug 15 20:11:34 PDT 2003


alc         2003/08/15 20:11:33 PDT

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
  Log:
  Eliminate pmap_page_lookup() and its uses.  Instead, use PHYS_TO_VM_PAGE()
  to convert the pte's physical address into a vm page.
  
  Reviewed by:    peter
  
  Revision  Changes    Path
  1.431     +4 -40     src/sys/amd64/amd64/pmap.c


More information about the cvs-src mailing list