From owner-cvs-all Sun Feb 23 1:45:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 743C837B401; Sun, 23 Feb 2003 01:45:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11A0143FDD; Sun, 23 Feb 2003 01:45:51 -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 h1N9jo0U046592; Sun, 23 Feb 2003 01:45:50 -0800 (PST) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1N9joAH046591; Sun, 23 Feb 2003 01:45:50 -0800 (PST) Message-Id: <200302230945.h1N9joAH046591@repoman.freebsd.org> From: Jake Burkholder Date: Sun, 23 Feb 2003 01:45:50 -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 src/sys/i386/include pmap.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@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 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