From owner-cvs-all Mon May 21 9: 9:42 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 8ACD837B422; Mon, 21 May 2001 09:09:38 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4LG9cZ49122; Mon, 21 May 2001 09:09:38 -0700 (PDT) (envelope-from gallatin) Message-Id: <200105211609.f4LG9cZ49122@freefall.freebsd.org> From: Andrew Gallatin Date: Mon, 21 May 2001 09:09:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha 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 gallatin 2001/05/21 09:09:36 PDT Modified files: sys/alpha/alpha pmap.c Log: Change pmap_emulate_reference() so that it only touches the vm_page flags if it is safe to do so, otherwise it will just alter the pmap state (eg, clear the appropriate PG_FOx bits). This gets alpha booting in the face of the vm_mtx introduction. Reviewed by: dfr Revision Changes Path 1.58 +10 -2 src/sys/alpha/alpha/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message