]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
svn revisions r269964 and r269963 seemed to have impaired small memory
authorSean Bruno <sbruno@FreeBSD.org>
Mon, 22 Sep 2014 05:07:22 +0000 (05:07 +0000)
committerSean Bruno <sbruno@FreeBSD.org>
Mon, 22 Sep 2014 05:07:22 +0000 (05:07 +0000)
commit7c51714e0ad7b5009c80b14e6504a6eef9f639e8
tree2110a5a3a79a4ec95d23ef3e531a2a9a186d90d3
parentb0737f1a671f880f4ddd49343072ea81fc243fd8
svn revisions r269964 and r269963 seemed to have impaired small memory
footprint systems(32M/64M) and didn't leave enough free memory to load modules
when it was setting up page tables that for sizes that are never used on
these smallish boards.

Set kmem_zmax to PAGE_SIZE on these smaller systems (< 128M) to keep this
from happening. Verified on mips32 h/w.

PR:             193465
Submitted by:   delphij
Reviewed by:    adrian
sys/kern/kern_malloc.c