Date: Wed, 2 Apr 2008 04:39:47 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/amd64 pmap.c Message-ID: <200804020439.m324dlU9045880@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804020439.m324dlU9045880>