Date: Mon, 24 Feb 2003 12:29:53 -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/include pmap.h vmparam.h Message-ID: <200302242029.h1OKTrYj008511@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jake 2003/02/24 12:29:53 PST Modified files: sys/i386/include pmap.h vmparam.h Log: - Removed UMAXPTDI and UMAXPTEOFF. - Changed VM_MAXUSER_ADDRESS to be defined in terms of PTDPTDI. In order for assumptions about the recursive page table map to work it must be the base of the recursive map. Any pte offset that's not NPTEPG will break these assumptions. Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.86 +0 -2 src/sys/i386/include/pmap.h 1.34 +2 -2 src/sys/i386/include/vmparam.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?200302242029.h1OKTrYj008511>