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

Alan Cox alc at FreeBSD.org
Tue Dec 21 11:25:57 PST 2004


alc         2004-12-21 19:25:56 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
  Log:
  Use vtopde() instead of pmap_pde() in pmap_kextract(); vtopde() is smaller
  and faster in cases, such as pmap_kextract(), where the pde is known to
  exist.
  
  Revision  Changes    Path
  1.513     +1 -1      src/sys/amd64/amd64/pmap.c


More information about the cvs-all mailing list