]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
As alc pointed out to me, vm_page.c 1.305 was incomplete: uma_startup()
authorDag-Erling Smørgrav <des@FreeBSD.org>
Sat, 8 Oct 2005 21:03:54 +0000 (21:03 +0000)
committerDag-Erling Smørgrav <des@FreeBSD.org>
Sat, 8 Oct 2005 21:03:54 +0000 (21:03 +0000)
commit3803b26bae126d6ada2713be859da03c75576477
treed2daa61bd2acc81c850762097940323e59624571
parent7cb209f5d08322ca30faf6aaec2c3bb27c0ea40f
As alc pointed out to me, vm_page.c 1.305 was incomplete: uma_startup()
still uses the constant UMA_BOOT_PAGES.  Change it to accept boot_pages
as an additional argument.

MFC after: 2 weeks
sys/vm/uma.h
sys/vm/uma_core.c
sys/vm/vm_page.c