Date: Fri, 21 Oct 2005 19:42:43 +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: <200510211942.j9LJghO1030033@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ade 2005-10-21 19:42:43 UTC FreeBSD src repository Modified files: sys/alpha/alpha pmap.c sys/amd64/amd64 pmap.c sys/i386/i386 pmap.c sys/ia64/ia64 pmap.c Log: 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. Prior to this, the NULL pointer dereference ended up causing secondary panics with rather less than useful resulting tracebacks. Reviewed by: alc, jhb MFC after: 1 week Revision Changes Path 1.180 +2 -0 src/sys/alpha/alpha/pmap.c 1.529 +2 -0 src/sys/amd64/amd64/pmap.c 1.533 +2 -0 src/sys/i386/i386/pmap.c 1.167 +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?200510211942.j9LJghO1030033>