From owner-cvs-all@FreeBSD.ORG Fri Jan 13 06:14:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 0C23116A41F; Fri, 13 Jan 2006 06:14:05 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4BCB43D45; Fri, 13 Jan 2006 06:14:04 +0000 (GMT) (envelope-from jasone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0D6E47A000306; Fri, 13 Jan 2006 06:14:04 GMT (envelope-from jasone@repoman.freebsd.org) Received: (from jasone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0D6E4jl000305; Fri, 13 Jan 2006 06:14:04 GMT (envelope-from jasone) Message-Id: <200601130614.k0D6E4jl000305@repoman.freebsd.org> From: Jason Evans Date: Fri, 13 Jan 2006 06:14:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpthread/thread thr_spinlock.c src/lib/libthr/thread thr_spinlock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 13 Jan 2006 06:14:05 -0000 jasone 2006-01-13 06:14:04 UTC FreeBSD src repository Modified files: lib/libpthread/thread thr_spinlock.c lib/libthr/thread thr_spinlock.c Log: Increase the number of spinlocks, since libc's malloc implementation is about to significantly increase the number of spinlocks used. Approved by: markm (mentor) Revision Changes Path 1.23 +1 -1 src/lib/libpthread/thread/thr_spinlock.c 1.12 +1 -1 src/lib/libthr/thread/thr_spinlock.c