Date: Fri, 28 Oct 2005 06:50:37 +0000 (UTC) From: Ade Lovett <ade@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha pmap.c src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c src/sys/ia64/ia64 pmap.c Message-ID: <200510280650.j9S6obTc079080@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ade 2005-10-28 06:50:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/alpha/alpha pmap.c sys/amd64/amd64 pmap.c sys/i386/i386 pmap.c sys/ia64/ia64 pmap.c Log: MFC: Specifically panic() in the case where pmap_insert_entry() fails to get a new pv under high system load where the available pv entries have been exhausted before the pagedaemon has a chance to wake up to reclaim some. Revision Changes Path 1.166.2.3 +2 -0 src/sys/alpha/alpha/pmap.c 1.491.2.8 +2 -0 src/sys/amd64/amd64/pmap.c 1.494.2.11 +2 -0 src/sys/i386/i386/pmap.c 1.146.2.3 +2 -0 src/sys/ia64/ia64/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510280650.j9S6obTc079080>