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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"