From owner-cvs-all Fri Jul 24 02:44:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA00818 for cvs-all-outgoing; Fri, 24 Jul 1998 02:44:13 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA00800; Fri, 24 Jul 1998 02:44:06 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA15897; Fri, 24 Jul 1998 02:43:31 -0700 (PDT) Date: Fri, 24 Jul 1998 02:43:31 -0700 (PDT) Message-Id: <199807240943.CAA15897@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha pmap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1998/07/24 02:43:30 PDT Modified files: sys/alpha/alpha pmap.c Log: Fix pmap_enter_quick() to stop it hanging when the level 2 pte exists but isn't valid. Reimplement pmap_remove() to be much more efficient at removing large stretches of addresses. As part of reimplementing pmap_remove() fix pmap_protect() so that it stands a hope of working. Revision Changes Path 1.5 +28 -7 src/sys/alpha/alpha/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message