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
Ade Lovett
ade at FreeBSD.org
Fri Oct 21 12:42:43 PDT 2005
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
More information about the cvs-src
mailing list