NetBSD/sys/arch/powerpc/mpc6xx
chs 4017fd1809 fix two bugs in the previous PTE-spill handling changes:
- in pmap_pte_spill(), the victim PTE could be using the secondary hash,
   in which case its pvo entry is actually in the other bucket.  use the
   correct bucket for the victim pvo when moving it to the front of its list.
 - similarly, in pmap_pvo_remove(), if the pteidx is pre-computed for us,
   it might actually point to the other bucket if the entry is using the
   secondary hash.  adjust ptegidx if this is the case.

these should fix PRs 18645 and 18736.
while I'm here, wrap line lines and do some other misc cleanup.
2002-10-22 04:34:13 +00:00
..
altivec.c restructure the FPU and AltiVEC code so that it works for MP. 2002-07-28 07:07:44 +00:00
cpu_subr.c Only do the dssall if cpu_altivec is set. 2002-08-23 16:08:10 +00:00
genassym.cf use a completely separate trap handler for syscall traps. 2002-08-02 03:46:42 +00:00
mpc6xx_machdep.c Move pte_spill calls from trap_subr to trap(). Count the number of 2002-10-10 22:37:50 +00:00
ofw_subr.S fix the FIRMWORKSBUGS case: ofwr_init() substitutes a wrapper OFW entry point 2002-09-16 02:07:24 +00:00
pmap.c fix two bugs in the previous PTE-spill handling changes: 2002-10-22 04:34:13 +00:00