/ [base]
ViewVC logotype

Revision 187520


Jump to revision: Previous Next
Author: alc
Date: Wed Jan 21 06:32:32 2009 UTC (10 months ago)
Log Message:
MFC rev 177851
  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.

Changed paths:

Path Details
Directorystable/7/sys/ modified , props changed
Directorystable/7/sys/amd64/amd64/pmap.c modified , text changed
Directorystable/7/sys/contrib/pf/ modified , props changed
Directorystable/7/sys/dev/ath/ath_hal/ modified , props changed
Directorystable/7/sys/dev/cxgb/ modified , props changed

  ViewVC Help
Powered by ViewVC 1.1-dev