From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751231Ab0CARbt (ORCPT ); Mon, 1 Mar 2010 12:31:49 -0500 Received: from mail-fx0-f219.google.com ([209.85.220.219]:33330 "EHLO mail-fx0-f219.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750808Ab0CARbs (ORCPT ); Mon, 1 Mar 2010 12:31:48 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=blDMNX7kUMUWJ1WMy//kNBE4EeS59WQB5eq56pqENJxSktiuH+7K8ixNFjKAxc8yDy Vtb7NFZ36TxDCz+yxS7ZUDqBK1+lxEORnjWX2PzczPpeBdIbMNJvqv1LcPyDk5DmbDcj SQF83Kug7m/nMHJuBapyem9uhwvH6Bnc5Oclc= MIME-Version: 1.0 In-Reply-To: References: <1266600404-16402-1-git-send-email-luca@luca-barbieri.com> <4B845AEE.5080604@zytor.com> <20100226101423.GA25641@elte.hu> <4B8B6E43.9030305@zytor.com> Date: Mon, 1 Mar 2010 18:31:46 +0100 X-Google-Sender-Auth: 44ed6d372f7186df Message-ID: Subject: Re: [PATCH 0/5] x86-32: improve atomic64_t functions (v2) From: Luca Barbieri To: "H. Peter Anvin" Cc: Paul Mackerras , Ingo Molnar , a.p.zijlstra@chello.nl, akpm@linux-foundation.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Upon further inspection, atomic64_inc_not_zero was broken too. The generic implementation implements it in terms of atomic64_add_unless and thus does not need a specific fix for it. Sent another patchset to fix that.