From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26526 invoked by alias); 19 Feb 2013 17:18:43 -0000 Received: (qmail 26241 invoked by uid 22791); 19 Feb 2013 17:18:40 -0000 X-SWARE-Spam-Status: No, hits=-7.1 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 19 Feb 2013 17:18:30 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r1JHIT8T023734 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 19 Feb 2013 12:18:29 -0500 Received: from spoyarek.pnq.redhat.com (dhcp193-162.pnq.redhat.com [10.65.193.162]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r1JHIOKC007625 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 19 Feb 2013 12:18:28 -0500 Date: Tue, 19 Feb 2013 17:18:00 -0000 From: Siddhesh Poyarekar To: Andreas Schwab Cc: Richard Henderson , libc-ports@sourceware.org, libc-alpha@sourceware.org Subject: Re: PI mutex support for pthread_cond_* now in nptl Message-ID: <20130219171916.GB25897@spoyarek.pnq.redhat.com> References: <20130218105637.GJ32163@spoyarek.pnq.redhat.com> <5123AB55.2070100__45742.2411222526$1361292204$gmane$org@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2013-02/txt/msg00043.txt.bz2 On Tue, Feb 19, 2013 at 06:01:13PM +0100, Andreas Schwab wrote: > What would that do to architectures that don't implement PI futexes? > They get them implemented for free. As far as the linux kernel is concerned, PI futexes are available on all architectures. Siddhesh