From owner-cvs-src@FreeBSD.ORG Sat Apr 5 21:55:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37B9937B401; Sat, 5 Apr 2003 21:55:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C91C443F3F; Sat, 5 Apr 2003 21:55:37 -0800 (PST) (envelope-from marcel@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 h365tb0U079113; Sat, 5 Apr 2003 21:55:37 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h365taY1079112; Sat, 5 Apr 2003 21:55:36 -0800 (PST) Message-Id: <200304060555.h365taY1079112@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 5 Apr 2003 21:55:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/ia64 exception.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2003 05:55:38 -0000 marcel 2003/04/05 21:55:36 PST FreeBSD src repository Modified files: sys/ia64/ia64 exception.s Log: Also set the access bit in the PTE when we get a data dirty bit fault. This avoids an immediate access bit fault when we serviced the dirty bit fault in case the access bit is unset. This typically happens for newly allocated memory that's being zeroed and thus very common. Revision Changes Path 1.40 +2 -2 src/sys/ia64/ia64/exception.s