Subject: CVS commit: [netbsd-1-6] syssrc/sys/arch/sparc64/sparc64
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/04/2002 17:01:44
Module Name: syssrc
Committed By: lukem
Date: Wed Sep 4 14:01:44 UTC 2002
Modified Files:
syssrc/sys/arch/sparc64/sparc64 [netbsd-1-6]: pmap.c
Log Message:
Pull up rev 1.126 via patch (requested by chuq in ticket #761):
add back some cache flushes that are actually necessary.
any time we remove all access to a given virtual page,
we must invalidate the (write-through) L1 dcache.
pmap_remove() still had it, but pmap_kremove(), pmap_clear_reference()
and pmap_page_protect(VM_PROT_NONE) didn't and needed it.
fixes PR 18040.
To generate a diff of this commit:
cvs rdiff -r1.120.2.3 -r1.120.2.4 syssrc/sys/arch/sparc64/sparc64/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.