Subject: CVS commit: src/sys/arch/sparc
To: None <source-changes@NetBSD.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 08/12/2003 15:13:15
Module Name: src
Committed By: pk
Date: Tue Aug 12 15:13:14 UTC 2003
Modified Files:
src/sys/arch/sparc/include: pmap.h
src/sys/arch/sparc/sparc: pmap.c
Log Message:
Use pmap_remove_all() to flush the cache by context and set a flag to
avoid subsequent user space cache flushes by page or segment in pmap_remove().
To generate a diff of this commit:
cvs rdiff -r1.68 -r1.69 src/sys/arch/sparc/include/pmap.h
cvs rdiff -r1.263 -r1.264 src/sys/arch/sparc/sparc/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.