From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH 01/27] asm-generic: rename atomic.h to atomic-long.h Date: Thu, 30 Apr 2009 18:06:54 +0200 Message-ID: <20090430160654.GB5913@elte.hu> References: <33862b856508b9a61f6644355d2c9a4b6a4109a6.1241105648.git.arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mx2.mail.elte.hu ([157.181.151.9]:45709 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758971AbZD3QHN (ORCPT ); Thu, 30 Apr 2009 12:07:13 -0400 Content-Disposition: inline In-Reply-To: <33862b856508b9a61f6644355d2c9a4b6a4109a6.1241105648.git.arnd@arndb.de> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Arnd Bergmann Cc: no@elvis.elte.hu, To-header@elvis.elte.hu, on@elvis.elte.hu, "input <"@elvis.elte.hu, linux-arch@vger.kernel.org, Michal Simek , Remis Lima Baima , linux-kernel@vger.kernel.org * Arnd Bergmann wrote: > The existing asm-generic/atomic.h only defines the > atomic_long type. This renames it to atomic-long.h > so we have a place to add a truly generic atomic.h > that can be used on all non-SMP systems. > > Signed-off-by: Remis Lima Baima > Signed-off-by: Arnd Bergmann > --- > arch/alpha/include/asm/atomic.h | 2 +- > arch/arm/include/asm/atomic.h | 2 +- > arch/avr32/include/asm/atomic.h | 2 +- > arch/blackfin/include/asm/atomic.h | 2 +- > arch/cris/include/asm/atomic.h | 2 +- > arch/frv/include/asm/atomic.h | 2 +- > arch/h8300/include/asm/atomic.h | 2 +- > arch/ia64/include/asm/atomic.h | 2 +- > arch/m32r/include/asm/atomic.h | 2 +- > arch/m68k/include/asm/atomic_mm.h | 2 +- > arch/m68k/include/asm/atomic_no.h | 2 +- > arch/microblaze/include/asm/atomic.h | 2 +- > arch/mips/include/asm/atomic.h | 2 +- > arch/mn10300/include/asm/atomic.h | 2 +- > arch/parisc/include/asm/atomic.h | 2 +- > arch/powerpc/include/asm/atomic.h | 2 +- > arch/s390/include/asm/atomic.h | 2 +- > arch/sh/include/asm/atomic.h | 2 +- > arch/sparc/include/asm/atomic_32.h | 2 +- > arch/sparc/include/asm/atomic_64.h | 2 +- > arch/x86/include/asm/atomic_32.h | 2 +- > arch/x86/include/asm/atomic_64.h | 2 +- Acked-by: Ingo Molnar Ingo