From owner-cvs-all Wed Aug 16 14:24:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE0C637BF8D; Wed, 16 Aug 2000 14:24:45 -0700 (PDT) (envelope-from tegge@FreeBSD.org) Received: (from tegge@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA15369; Wed, 16 Aug 2000 14:24:45 -0700 (PDT) (envelope-from tegge@FreeBSD.org) Message-Id: <200008162124.OAA15369@freefall.freebsd.org> From: Tor Egge Date: Wed, 16 Aug 2000 14:24:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c src/sys/i386/include pmap.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tegge 2000/08/16 14:24:45 PDT Modified files: sys/i386/i386 pmap.c sys/i386/include pmap.h Log: Prepare for a cleanup of pmap module API pollution introduced by the suggested fix in PR 12378. Keep track of all existing pmaps independent of existing processes. This allows for a process to temporarily connect to a different address space without the risk of missing an update of the original address space if the kernel grows. pmap_pinit2() is no longer needed on the i386 platform but is left as a stub until the alpha pmap code is updated. PR: 12378 Revision Changes Path 1.258 +14 -10 src/sys/i386/i386/pmap.c 1.69 +2 -1 src/sys/i386/include/pmap.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message