Subject: CVS commit: src/sys/arch/sparc/sparc
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 12/31/2002 17:23:30
Module Name: src
Committed By: pk
Date: Tue Dec 31 15:23:30 UTC 2002
Modified Files:
src/sys/arch/sparc/sparc: pmap.c
Log Message:
Pass the CPU context to all TLB flush routines. Because of this (and the
fact that cache flushes are also passed the context number), most
"long-term" context switches can be eliminated from the SRMMU versions
of the pmap functions.
To generate a diff of this commit:
cvs rdiff -r1.216 -r1.217 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.