Date: Wed, 17 Sep 2008 20:38:18 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c Message-ID: <200809172039.m8HKdiIW085876@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2008-09-17 20:38:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/amd64/amd64 pmap.c sys/i386/i386 pmap.c Log: SVN rev 183127 on 2008-09-17 20:38:18Z by jhb MFC: 174104 Improve get_pv_entry()'s handling of low-memory conditions. After page allocation fails and pv entries are reclaimed, there may be an unused pv entry in a pv chunk that survived the reclamation. However, previously, after reclamation, get_pv_entry() did not look for an unused pv entry in a surviving pv chunk; it simply retried the page allocation. Now, it does look for an unused pv entry before retrying the page allocation. Note: This only applies to RELENG_7. Earlier branches use a different pv entry allocator. Approved by: re (kib), alc Revision Changes Path 1.590.2.7 +14 -12 src/sys/amd64/amd64/pmap.c 1.594.2.9 +21 -31 src/sys/i386/i386/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809172039.m8HKdiIW085876>