Date: Tue, 6 Dec 2005 21:09:01 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include pmap.h src/sys/amd64/include pmap.h src/sys/i386/include pmap.h src/sys/ia64/include pmap.h src/sys/powerpc/include pmap.h src/sys/sparc64/include pmap.h Message-ID: <200512062109.jB6L91dc078402@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2005-12-06 21:09:01 UTC
FreeBSD src repository
Modified files:
sys/alpha/include pmap.h
sys/amd64/include pmap.h
sys/i386/include pmap.h
sys/ia64/include pmap.h
sys/powerpc/include pmap.h
sys/sparc64/include pmap.h
Log:
- Cleanup whitespace and extra ()s in vtophys() macros.
- Move vtophys() macros next to vtopte() where vtopte() exists to match
comments above vtopte().
- Remove references to the alternate address space in the comment above
vtopte(). amd64 never had the alternate address space, and i386 lost it
prior to PAE support being added.
- s/entires/entries/ in comments.
Reviewed by: alc
Revision Changes Path
1.37 +1 -2 src/sys/alpha/include/pmap.h
1.128 +4 -5 src/sys/amd64/include/pmap.h
1.118 +3 -4 src/sys/i386/include/pmap.h
1.26 +1 -1 src/sys/ia64/include/pmap.h
1.19 +1 -1 src/sys/powerpc/include/pmap.h
1.45 +1 -1 src/sys/sparc64/include/pmap.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512062109.jB6L91dc078402>
