K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2008-08-23T01:35:36.239694Z K 7 svn:log V 369 Allow the MD UMA allocator to use VM routines like kmem_*(). Existing code requires MD allocator to be available early in the boot process, before the VM is fully available. This defines a new VM define (UMA_MD_SMALL_ALLOC_NEEDS_VM) that allows an MD UMA small allocator to become available at the same time as the default UMA allocator. Approved by: marcel (mentor) END