From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [ORLinux] [PATCH 17/35] Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.h [ver #2] Date: Wed, 14 Mar 2012 11:10:00 +0000 Message-ID: <11556.1331723400@redhat.com> References: <20120312233602.13888.27659.stgit@warthog.procyon.org.uk> <20120312233858.13888.34822.stgit@warthog.procyon.org.uk> <201203130900.41993.arnd@arndb.de> Return-path: Received: from mx1.redhat.com ([209.132.183.28]:41532 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752002Ab2CNLKO (ORCPT ); Wed, 14 Mar 2012 07:10:14 -0400 In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: To: Jonas Bonn Cc: dhowells@redhat.com, Arnd Bergmann , linux-arch@vger.kernel.org, linux@openrisc.net, linux-kernel@vger.kernel.org, paul.gortmaker@windriver.com, hpa@zytor.com, torvalds@linux-foundation.org Jonas Bonn wrote: > --- a/include/asm-generic/bitops/atomic.h > +++ b/include/asm-generic/bitops/atomic.h > @@ -2,7 +2,6 @@ > #define _ASM_GENERIC_BITOPS_ATOMIC_H_ > > #include > -#include > > #ifdef CONFIG_SMP > #include That's actually done in patch 33. I wouldn't want to remove that if I can avoid it until after all the arches have been altered. David