Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
Module Name: syssrc
Committed By: nisimura
Date: Sun Apr 16 09:09:43 UTC 2000
Modified Files:
syssrc/sys/arch/mips/mips: vm_machdep.c
Log Message:
Change the way to implement zero copy data move in pagemove() using
MIPS_TBRPL(). It saves about 20 instructions to run for each
iteration, and avoids TLB polution. Currently works for MIPS1 only
configuration.
To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 syssrc/sys/arch/mips/mips/vm_machdep.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