alc         2003/07/27 19:29:07 PDT
  FreeBSD src repository
  Modified files:
    sys/vm               uma_core.c 
  Log:
  None of the "alloc" functions used by UMA assume that Giant is held any
  longer.  (If they still need it, e.g., contigmalloc(), they acquire it
  themselves.)  Therefore, we need not acquire Giant in slab_zalloc().
  
  Revision  Changes    Path
  1.63      +2 -9      src/sys/vm/uma_core.c