cvs commit: src/sys/vm uma_core.c

Alan Cox alc at FreeBSD.org
Sun Jul 27 19:29:08 PDT 2003


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


More information about the cvs-all mailing list