nwhitehorn    2008-08-23 01:35:36 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               uma_core.c 
  Log:
  SVN rev 182028 on 2008-08-23 01:35:36Z by nwhitehorn
  
  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)
  
  Revision  Changes    Path
  1.150     +1 -1      src/sys/vm/uma_core.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to