]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The changes to vm_page.c have broken the assumption that mallocing
authorPaul Richards <paul@FreeBSD.org>
Sun, 18 Apr 1999 01:03:46 +0000 (01:03 +0000)
committerPaul Richards <paul@FreeBSD.org>
Sun, 18 Apr 1999 01:03:46 +0000 (01:03 +0000)
commit195f63e8088b87dd24fac3de1d1625646b4ab8ec
tree93dbdff7e17d237480bb6a2274c365f4edde9750
parent921a038ad534fcf59d578cc3d2ae60d2d66c4e1e
The changes to vm_page.c have broken the assumption that mallocing
early will result in memory below 16M so now we need to explicitly use
contigmalloc to get low physical memory.
sys/dev/lnc/if_lnc.c
sys/i386/isa/if_lnc.c