]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow kernel configuration file to override PMAP_SHPGPERPROC. The default
authorTor Egge <tegge@FreeBSD.org>
Wed, 25 Jun 1997 20:07:50 +0000 (20:07 +0000)
committerTor Egge <tegge@FreeBSD.org>
Wed, 25 Jun 1997 20:07:50 +0000 (20:07 +0000)
commita4ec81c7d0ede785121b757a8b8abf67d6eae038
tree6392d1e0421c78611ea878a3577715cef99060a2
parent9facf4a0d90f1ff7f9ca3f691c1b1ca11771f58e
Allow kernel configuration file to override PMAP_SHPGPERPROC. The default
value (200) is too low in some environments, causing a fatal
"panic: get_pv_entry: cannot get a pv_entry_t". The same panic might
still occur due to temporary shortage of free physical memory
(cf. PR i386/2431).
sys/amd64/amd64/pmap.c
sys/i386/i386/pmap.c