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

Alan Cox alc at FreeBSD.org
Sat Aug 16 21:48:23 PDT 2003


alc         2003/08/16 21:48:22 PDT

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
    sys/i386/i386        pmap.c 
  Log:
  In pmap_copy(), since we have the page table page's physical address
  in hand, use PHYS_TO_VM_PAGE() rather than vm_page_lookup().
  
  Revision  Changes    Path
  1.432     +2 -3      src/sys/amd64/amd64/pmap.c
  1.426     +2 -3      src/sys/i386/i386/pmap.c


More information about the cvs-src mailing list