cvs commit: src/sys/vm uma_core.c

Jeff Roberson jeff at FreeBSD.org
Sun Sep 21 00:39:18 PDT 2003


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


More information about the cvs-src mailing list