Subject: CVS commit: src/sys/arch/sparc64/sparc64
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 09/26/2003 03:59:33
Module Name:	src
Committed By:	chs
Date:		Fri Sep 26 03:59:33 UTC 2003

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

Log Message:
in pmap_enter(), invalidate the TSBs before pre-loading the new values,
since we only pre-load one and the other one could be stale.
also, remove the bogus dcache_flush_page() from pmap_clear_modify() again,
since the problem it was intended to mask seems to have disappeared.


To generate a diff of this commit:
cvs rdiff -r1.143 -r1.144 src/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.