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

Alan Cox alc at FreeBSD.org
Sat Oct 2 00:34:58 PDT 2004


alc         2004-10-02 07:34:58 UTC

  FreeBSD src repository

  Modified files:
    sys/alpha/alpha      pmap.c 
    sys/amd64/amd64      pmap.c 
    sys/i386/i386        pmap.c 
    sys/ia64/ia64        pmap.c 
  Log:
  Eliminate unnecessary uses of PHYS_TO_VM_PAGE() from pmap_enter().  These
  uses predate the change in the pmap_enter() interface that replaced the
  page's physical address by the address of its vm_page structure.  The
  PHYS_TO_VM_PAGE() was being used to compute the address of the same vm_page
  structure that was being passed in.
  
  Revision  Changes    Path
  1.172     +2 -5      src/sys/alpha/alpha/pmap.c
  1.505     +2 -5      src/sys/amd64/amd64/pmap.c
  1.510     +2 -5      src/sys/i386/i386/pmap.c
  1.152     +2 -5      src/sys/ia64/ia64/pmap.c


More information about the cvs-src mailing list