Subject: CVS commit: syssrc/sys/arch/acorn26/acorn26
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 08/17/2002 01:51:44
Module Name: syssrc
Committed By: bjh21
Date: Fri Aug 16 22:51:44 UTC 2002
Modified Files:
syssrc/sys/arch/acorn26/acorn26: pmap.c
Log Message:
If we're treating the MEMC as a TLB, there's no need to completely reload
it in pmap_activate(). Instead, let's leave it empty and let pages be
faulted into it on demand. This improves the context switch latency
somewhat, at least for small processes.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/acorn26/acorn26/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.