Date: Wed, 20 Dec 2006 01:10:21 +0000 (UTC) From: Peter Grehan <grehan@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/powerpc mmu_oea.c Message-ID: <200612200110.kBK1AMeI091785@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
grehan 2006-12-20 01:10:21 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc mmu_oea.c Log: Remove bogus increment of re-hashed PTEG index. This snuck in with r1.12 of pmap.c, and is potentially the cause of hangs reported on machines with a small amount of memory. On machines with sufficient RAM, and without a lot of processes running, this situation would probably never occur. Testing is still incomplete, but it is obviously wrong so remove the offending code now. The issue of what to do when both the primary and secondary hash overflow is still open. Reported by: Dan Kresja at windriver dot com, via alc Revision Changes Path 1.115 +1 -1 src/sys/powerpc/powerpc/mmu_oea.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612200110.kBK1AMeI091785>