cvs commit: src/sys/vm uma_core.c

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sat Aug 23 01:35:39 UTC 2008


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


More information about the cvs-all mailing list