From owner-cvs-all@FreeBSD.ORG Tue Oct 16 09:29:08 2007 Return-Path: Delivered-To: cvs-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E896816A41A; Tue, 16 Oct 2007 09:29:08 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D59D913C44B; Tue, 16 Oct 2007 09:29:08 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from [127.0.0.1] (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9G9T3vH069184; Tue, 16 Oct 2007 09:29:05 GMT (envelope-from davidxu@freebsd.org) Message-ID: <47148493.2020904@freebsd.org> Date: Tue, 16 Oct 2007 17:29:55 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20070516 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <200710160736.l9G7a3oI087966@repoman.freebsd.org> <471480AB.7090500@FreeBSD.org> In-Reply-To: <471480AB.7090500@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, jasone@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libthr/thread thr_pspinlock.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: Tue, 16 Oct 2007 09:29:09 -0000 Kris Kennaway wrote: > 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 > I don't know.