From owner-cvs-src@FreeBSD.ORG Tue Oct 16 09:13:17 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 632E516A41A; Tue, 16 Oct 2007 09:13:17 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx1.freebsd.org (Postfix) with ESMTP id 2D80B13C455; Tue, 16 Oct 2007 09:13:15 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <471480AB.7090500@FreeBSD.org> Date: Tue, 16 Oct 2007 11:13:15 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: David Xu , jasone@FreeBSD.org References: <200710160736.l9G7a3oI087966@repoman.freebsd.org> In-Reply-To: <200710160736.l9G7a3oI087966@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libthr/thread thr_pspinlock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2007 09:13:17 -0000 David Xu wrote: > davidxu 2007-10-16 07:36:02 UTC > > FreeBSD src repository > > Modified files: > lib/libthr/thread thr_pspinlock.c > Log: > Reverse the logic of UP and SMP. > > Submitted by: jasone > > Revision Changes Path > 1.6 +1 -1 src/lib/libthr/thread/thr_pspinlock.c > > ! Are there any common applications that use this? Kris