Date: Sun, 21 Sep 2003 00:39:16 -0700 (PDT) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm uma_core.c Message-ID: <200309210739.h8L7dGl9088868@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2003/09/21 00:39:16 PDT FreeBSD src repository Modified files: sys/vm uma_core.c Log: - Fix MD_SMALL_ALLOC on architectures that support it. Define a new alloc function, startup_alloc(), that is used for single page allocations prior to the VM starting up. If it is used after the VM startups up, it replaces the zone's allocf pointer with either page_alloc() or uma_small_alloc() where appropriate. Pointy hat to: me Tested by: phk/amd64, me/x86 Revision Changes Path 1.85 +46 -21 src/sys/vm/uma_core.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309210739.h8L7dGl9088868>