Subject: CVS commit: syssrc/sys/arch/sh5/sh5
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 10/31/2002 16:34:17
Module Name: syssrc
Committed By: scw
Date: Thu Oct 31 14:34:17 UTC 2002
Modified Files:
syssrc/sys/arch/sh5/sh5: pmap.c
Log Message:
Since we keep a list of all mappings for a given physical page (even
unmanaged mappings) so we can deal with cache aliases, make sure to
skip unmanaged/wired mappings (added via pmap_kenter_pa()) when doing
things like pmap_page_protect().
To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 syssrc/sys/arch/sh5/sh5/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.