Date: Wed, 21 Jan 2009 06:32:32 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/amd64 pmap.c Message-ID: <200901210632.n0L6WboF041190@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2009-01-21 06:32:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/amd64/amd64 pmap.c Log: SVN rev 187520 on 2009-01-21 06:32:32Z by alc 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. Revision Changes Path 1.590.2.15 +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?200901210632.n0L6WboF041190>