Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch/acorn26/acorn26
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.
Home |
Main Index |
Thread Index |
Old Index