NetBSD/sys/arch/powerpc/oea
aymeric 0c43568c58 pmap_pinit(): improve the hash function in the case of collisions, the
previous version would easily make the low order bits oscillate between 0
and some other value.

Together with the previous change, this should make those
pmap_pinit: out of segments
panics even less likely.

We should really attempt a systematic search before panic()ing at the end.
2004-03-21 10:34:56 +00:00
..
altivec.c __KERNEL_RCSID() 2003-07-15 02:54:31 +00:00
cpu_subr.c PR/24741: Aymeric Vincent: Variable sme_flags isn't initialized to zero 2004-03-11 15:40:13 +00:00
genassym.cf Restore ci_curpm since it re-enables 603 to working state. 2003-11-21 18:07:29 +00:00
oea_machdep.c Typo typo. 2004-01-31 14:12:33 +00:00
ofw_subr.S Use register 8, not 0, when construct OF_buffer address. 2003-02-13 15:02:49 +00:00
pmap.c pmap_pinit(): improve the hash function in the case of collisions, the 2004-03-21 10:34:56 +00:00