From owner-cvs-all Thu Nov 15 18:17:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED0A837B417; Thu, 15 Nov 2001 18:17:18 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAG2HIo21335; Thu, 15 Nov 2001 18:17:18 -0800 (PST) (envelope-from peter) Message-Id: <200111160217.fAG2HIo21335@freefall.freebsd.org> From: Peter Wemm Date: Thu, 15 Nov 2001 18:17:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha pmap.c src/sys/i386/i386 pmap.c 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 peter 2001/11/15 18:17:18 PST Modified files: sys/alpha/alpha pmap.c sys/i386/i386 pmap.c Log: Converge/fix some debug code (#if 0'ed on alpha, but whatever) - use NPTEPG/NPDEPG instead of magic 1024 (important for PAE) - use pt_entry_t instead of unsigned (important for PAE) - use vm_offset_t instead of unsigned for va's (important for x86-64) Revision Changes Path 1.71 +11 -15 src/sys/alpha/alpha/pmap.c 1.294 +11 -14 src/sys/i386/i386/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message