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

Alan Cox alc at FreeBSD.org
Thu Aug 28 16:12:31 PDT 2003


alc         2003/08/28 16:12:28 PDT

  FreeBSD src repository

  Modified files:
    sys/alpha/alpha      pmap.c 
  Log:
  Eliminate the direct uses of vm_page_lookup() on the pte object.  Instead,
  apply PHYS_TO_VM_PAGE() to the physical address obtained from the page
  table.
  
  (This is based upon similar changes made to the amd64 and i386 pmaps and
  a part of a long-term campaign to eliminate pte objects.)
  
  Tested by:      wilko
  
  Revision  Changes    Path
  1.135     +8 -33     src/sys/alpha/alpha/pmap.c


More information about the cvs-src mailing list