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

Alan Cox alc at FreeBSD.org
Wed Apr 2 04:39:48 UTC 2008


alc         2008-04-02 04:39:47 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      pmap.c 
  Log:
  Optimize pmap_pml4e() and pmap_pdpe() based upon two observations: The
  given pmap is never NULL, and therefore pmap_pml4e() can never return
  NULL.  The pervasive use of these inline functions throughout the pmap
  makes these simple changes worthwhile.
  
  Revision  Changes    Path
  1.611     +1 -3      src/sys/amd64/amd64/pmap.c


More information about the cvs-src mailing list