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

Alan Cox alc at FreeBSD.org
Wed Dec 1 20:06:41 PST 2004


alc         2004-12-02 04:06:41 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
  Log:
  For efficiency eliminate the call to pmap_pte() from pmap_protect()'s and
  pmap_remove()'s inner loop.  Instead, call pmap_pde_to_pte(), a new
  function, prior to the inner loop.
  
  Reviewed by: peter@, tegge@
  
  Revision  Changes    Path
  1.510     +18 -14    src/sys/amd64/amd64/pmap.c


More information about the cvs-src mailing list