From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15985 invoked by alias); 1 May 2014 13:29:07 -0000 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 Received: (qmail 15961 invoked by uid 89); 1 May 2014 13:29:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f180.google.com Received: from mail-ig0-f180.google.com (HELO mail-ig0-f180.google.com) (209.85.213.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 01 May 2014 13:29:05 +0000 Received: by mail-ig0-f180.google.com with SMTP id c1so474894igq.1 for ; Thu, 01 May 2014 06:29:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=tpUTgIsJbHXXuZ0VcPzyjesAI/oVsGXC5s5swWV09zw=; b=gsy6WTspb/PgSuBxTtwYxpS//dLPnI5GJwNqphUuznqyie0vVag4L7nsNMvBm5SvqC fWA9JFaDUIfE8qgU6y7B0yeMoIeZ+5on85oSN4g5wo9JCoW+qPlB8wS7PWQ9lQI9qGdo YC/HtmzX00ibQGfsnsUGXBje8pGe2JCEoHyVaGitIjuX4fVKbZ74H6EbBU3bcm9Cv4gs 7F9QrM4zDD9T5xKUJCLE+obV0NTF+mgS9MngB4i0nO6vY4XMb8kf5wKrBC66AqvG8AFp pp0TH2Th89WDh+mhWaJqOT2dmbiMrebWUVbxYxJdClBSMmcYPaq4156qMkM07KJ5pvwu YQzw== X-Gm-Message-State: ALoCoQl5SC587u9ey+MrtAAJJUMYBDkEax8oBxF1OBHVQ8Bz2yw1y+dR6z990ZcAAc6gFuF0qR50 MIME-Version: 1.0 X-Received: by 10.50.46.100 with SMTP id u4mr2818212igm.23.1398950943606; Thu, 01 May 2014 06:29:03 -0700 (PDT) Received: by 10.64.14.33 with HTTP; Thu, 1 May 2014 06:29:03 -0700 (PDT) In-Reply-To: References: Date: Thu, 01 May 2014 13:29:00 -0000 Message-ID: Subject: Re: [PATCH] Remove arm lowlevellock.c From: Will Newton To: "Joseph S. Myers" Cc: Bernie Ogden , "libc-ports@sourceware.org" , libc-alpha Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00001.txt.bz2 On 30 April 2014 16:49, Joseph S. Myers wrote: > On Wed, 30 Apr 2014, Bernie Ogden wrote: > >> The workaround is that some of the arm lowlevellock.c functions >> promote futex to 2 if it is 1. Generic lowlevellock.c always promotes >> futex to 2. Hence, removing arm's lowlevellock.c doesn't cause a >> regression in this sense. > > Thanks. The original patch is OK. i applied this patch on Bernie's behalf. -- Will Newton Toolchain Working Group, Linaro