Subject: CVS commit: syssrc/sys/arch/sparc64/sparc64
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 09/03/2002 08:08:22
Module Name:	syssrc
Committed By:	chs
Date:		Tue Sep  3 05:08:22 UTC 2002

Modified Files:
	syssrc/sys/arch/sparc64/sparc64: pmap.c

Log Message:
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.125 -r1.126 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.