Date: Sat, 5 Apr 2003 21:55:36 -0800 (PST) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 exception.s Message-ID: <200304060555.h365taY1079112@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304060555.h365taY1079112>