From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH] bitops: add _local bitops Date: Wed, 9 May 2012 14:06:15 +0000 Message-ID: <201205091406.15627.arnd@arndb.de> References: <20120509134528.GA18044@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120509134528.GA18044@redhat.com> Sender: linux-doc-owner@vger.kernel.org To: "Michael S. Tsirkin" Cc: "H. Peter Anvin" , Rob Landley , Thomas Gleixner , Ingo Molnar , x86@kernel.org, Andrew Morton , David Howells , Akinobu Mita , Alexey Dobriyan , Herbert Xu , Stephen Rothwell , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Gleb Natapov , Paolo Bonzini , kvm@vger.kernel.org, Avi Kivity , Marcelo Tosatti , Linus Torvalds List-Id: linux-arch.vger.kernel.org On Wednesday 09 May 2012, Michael S. Tsirkin wrote: > Documentation/atomic_ops.txt | 19 ++++++ > arch/x86/include/asm/bitops.h | 1 + > include/asm-generic/bitops.h | 1 + > include/asm-generic/bitops/local-atomic.h | 92 +++++++++++++++++++++++++++++ > include/asm-generic/bitops/local.h | 85 ++++++++++++++++++++++++++ > include/linux/bitops.h | 8 +++ > 6 files changed, 206 insertions(+), 0 deletions(-) Unless I'm misreading the patch, you have two versions of the same file here, where one version should be enough. Both versions look fine to me though, so if you remove one of them: Acked-by: Arnd Bergmann From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de ([212.227.126.187]:60115 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755727Ab2EIOGe (ORCPT ); Wed, 9 May 2012 10:06:34 -0400 From: Arnd Bergmann Subject: Re: [PATCH] bitops: add _local bitops Date: Wed, 9 May 2012 14:06:15 +0000 References: <20120509134528.GA18044@redhat.com> In-Reply-To: <20120509134528.GA18044@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: <201205091406.15627.arnd@arndb.de> Sender: linux-arch-owner@vger.kernel.org List-ID: To: "Michael S. Tsirkin" Cc: "H. Peter Anvin" , Rob Landley , Thomas Gleixner , Ingo Molnar , x86@kernel.org, Andrew Morton , David Howells , Akinobu Mita , Alexey Dobriyan , Herbert Xu , Stephen Rothwell , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Gleb Natapov , Paolo Bonzini , kvm@vger.kernel.org, Avi Kivity , Marcelo Tosatti , Linus Torvalds Message-ID: <20120509140615.as-MxvwYM3cGu8jZhq3LvKVsOte_MFM520iOhmVa7Bk@z> On Wednesday 09 May 2012, Michael S. Tsirkin wrote: > Documentation/atomic_ops.txt | 19 ++++++ > arch/x86/include/asm/bitops.h | 1 + > include/asm-generic/bitops.h | 1 + > include/asm-generic/bitops/local-atomic.h | 92 +++++++++++++++++++++++++++++ > include/asm-generic/bitops/local.h | 85 ++++++++++++++++++++++++++ > include/linux/bitops.h | 8 +++ > 6 files changed, 206 insertions(+), 0 deletions(-) Unless I'm misreading the patch, you have two versions of the same file here, where one version should be enough. Both versions look fine to me though, so if you remove one of them: Acked-by: Arnd Bergmann