Date: Sun, 27 Jul 2003 19:29:07 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm uma_core.c Message-ID: <200307280229.h6S2T7Mn050532@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307280229.h6S2T7Mn050532>