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 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 To: "Michael S. Tsirkin" Return-path: In-Reply-To: <20120509134528.GA18044@redhat.com> Sender: linux-doc-owner@vger.kernel.org List-Id: kvm.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