K 10 svn:author V 4 jeff K 8 svn:date V 27 2003-09-21T07:39:16.000000Z K 7 svn:log V 377 - 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 END