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

Alan Cox alc at FreeBSD.org
Wed Aug 13 22:18:39 PDT 2003


alc         2003/08/13 22:18:38 PDT

  FreeBSD src repository

  Modified files:
    sys/i386/i386        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.425     +2 -36     src/sys/i386/i386/pmap.c


More information about the cvs-src mailing list