Subject: CVS commit: syssrc/sys/arch/powerpc
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 10/11/2002 01:37:52
Module Name: syssrc
Committed By: matt
Date: Thu Oct 10 22:37:52 UTC 2002
Modified Files:
syssrc/sys/arch/powerpc/include/mpc6xx: pmap.h
syssrc/sys/arch/powerpc/mpc6xx: mpc6xx_machdep.c pmap.c
syssrc/sys/arch/powerpc/powerpc: pmap.c trap.c trap_subr.S
Log Message:
Move pte_spill calls from trap_subr to trap(). Count the number of
"evictions" and avoide calling pmap_pte_spill if there are no evictions
for the current pmap. Make the ISI execption use the default exception
code. Remove lots of dead stuff from trap_subr.
Make olink use TAILQ instead of LIST and be sorted with evicted entries
first and resident entries last. Make use of this knowledge to make
pmap_pte_spill do a fast exit.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/powerpc/include/mpc6xx/pmap.h
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/powerpc/mpc6xx/mpc6xx_machdep.c
cvs rdiff -r1.59 -r1.60 syssrc/sys/arch/powerpc/mpc6xx/pmap.c
cvs rdiff -r1.49 -r1.50 syssrc/sys/arch/powerpc/powerpc/pmap.c
cvs rdiff -r1.68 -r1.69 syssrc/sys/arch/powerpc/powerpc/trap.c
cvs rdiff -r1.28 -r1.29 syssrc/sys/arch/powerpc/powerpc/trap_subr.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.