Date: Sun, 23 Feb 2003 13:20:00 -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 vm_machdep.c src/sys/i386/include param.h pmap.h Message-ID: <200302232120.h1NLK0xx008813@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jake 2003/02/23 13:20:00 PST Modified files: sys/i386/i386 genassym.c locore.s pmap.c vm_machdep.c sys/i386/include param.h pmap.h Log: - Added macros NPGPTD, NBPTD, and NPDEPTD, for dealing with the size of the page directory. - Use these instead of the magic constants 1 or PAGE_SIZE where appropriate. There are still numerous assumptions that the page directory is exactly 1 page. Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.137 +1 -0 src/sys/i386/i386/genassym.c 1.168 +2 -2 src/sys/i386/i386/locore.s 1.392 +7 -6 src/sys/i386/i386/pmap.c 1.202 +1 -1 src/sys/i386/i386/vm_machdep.c 1.66 +5 -1 src/sys/i386/include/param.h 1.84 +4 -4 src/sys/i386/include/pmap.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302232120.h1NLK0xx008813>