From owner-cvs-all@FreeBSD.ORG Sun Jul 27 19:29:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E3F437B401; Sun, 27 Jul 2003 19:29:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9903C43F75; Sun, 27 Jul 2003 19:29:07 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6S2T70U050533; Sun, 27 Jul 2003 19:29:07 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6S2T7Mn050532; Sun, 27 Jul 2003 19:29:07 -0700 (PDT) Message-Id: <200307280229.h6S2T7Mn050532@repoman.freebsd.org> From: Alan Cox Date: Sun, 27 Jul 2003 19:29:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 02:29:08 -0000 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