Date: Sun, 23 Feb 2003 01:45:50 -0800 (PST) From: Jake Burkholder <jake@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 genassym.c locore.s pmap.c src/sys/i386/include pmap.h Message-ID: <200302230945.h1N9joAH046591@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jake 2003/02/23 01:45:50 PST Modified files: sys/i386/i386 genassym.c locore.s pmap.c sys/i386/include pmap.h Log: - Added macros PDESHIFT and PTESHIFT, use these instead of magic constants in locore. - Removed the macros PTESIZE and PDESIZE, use sizeof instead in C. Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.136 +3 -2 src/sys/i386/i386/genassym.c 1.167 +2 -2 src/sys/i386/i386/locore.s 1.391 +5 -2 src/sys/i386/i386/pmap.c 1.83 +2 -2 src/sys/i386/include/pmap.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302230945.h1N9joAH046591>