From owner-cvs-src Sun Feb 23 13:20: 4 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C94137B401; Sun, 23 Feb 2003 13:20:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C263543FAF; Sun, 23 Feb 2003 13:20:00 -0800 (PST) (envelope-from jake@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1NLK00U008814; Sun, 23 Feb 2003 13:20:00 -0800 (PST) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1NLK0xx008813; Sun, 23 Feb 2003 13:20:00 -0800 (PST) Message-Id: <200302232120.h1NLK0xx008813@repoman.freebsd.org> From: Jake Burkholder Date: Sun, 23 Feb 2003 13:20:00 -0800 (PST) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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