Subject: CVS commit: syssrc/sys/arch/acorn26/acorn26
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 08/17/2002 00:16:50
Module Name: syssrc
Committed By: bjh21
Date: Fri Aug 16 21:16:49 UTC 2002
Modified Files:
syssrc/sys/arch/acorn26/acorn26: pmap.c
Log Message:
According to Chuck Silvers, pmap_copy_page() and pmap_zero_page() don't
need to mess with the referenced and modified flags, since they're only
called when a page is being initialised, and is about to have them cleared.
Make this so.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/acorn26/acorn26/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.