Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-2] src/sys/arch/sparc64/sparc64
Module Name: src
Committed By: jdc
Date: Fri Jan 7 14:22:09 UTC 2005
Modified Files:
src/sys/arch/sparc64/sparc64 [netbsd-2]: pmap.c
Log Message:
Pull up revision 1.157 (requested by martin in ticket #1013).
do the invalidation of the (virtually-addressed) L1 cache in pmap_remove_all()
(ie. just before we skip the per-page cache invalidations while tearing down
each context) instead of just before we recycle all the contexts in ctx_alloc().
the latter is not good enough since a (physically tagged) L1 cache line is
valid for all contexts, not just the one that was used to instantiate it.
fixes PRs 24126, 25669 and 27730.
To generate a diff of this commit:
cvs rdiff -r1.156 -r1.156.4.1 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.
Home |
Main Index |
Thread Index |
Old Index