From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from linux-sh.org (linux-sh.org [111.68.239.195]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 057E2B6F90 for ; Fri, 11 Nov 2011 13:27:20 +1100 (EST) Date: Fri, 11 Nov 2011 11:02:20 +0900 From: Paul Mundt To: Joe Perches Subject: Re: [PATCH 4/5] treewide: Convert uses of ATTRIB_NORETURN to __noreturn Message-ID: <20111111020220.GA29807@linux-sh.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: Andrew Morton , Fenghua Yu , linux-m68k@vger.kernel.org, Tony Luck , linux-ia64@vger.kernel.org, linux-mips@linux-mips.org, linux-sh@vger.kernel.org, Heiko Carstens , linux-kernel@vger.kernel.org, Ralf Baechle , David Howells , linux-am33-list@redhat.com, Geert Uytterhoeven , Chris Metcalf , linux390@de.ibm.com, Martin Schwidefsky , Paul Mackerras , linux-s390@vger.kernel.org, Koichi Yasutake , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Nov 10, 2011 at 01:41:45AM -0800, Joe Perches wrote: > Use the more commonly used __noreturn instead of ATTRIB_NORETURN. > > Signed-off-by: Joe Perches > --- > arch/ia64/kernel/machine_kexec.c | 2 +- > arch/m68k/amiga/config.c | 2 +- > arch/mips/include/asm/ptrace.h | 2 +- > arch/mips/kernel/traps.c | 2 +- > arch/mn10300/include/asm/exceptions.h | 2 +- > arch/powerpc/kernel/machine_kexec_32.c | 2 +- > arch/powerpc/kernel/machine_kexec_64.c | 2 +- > arch/s390/include/asm/processor.h | 2 +- > arch/sh/kernel/process_32.c | 2 +- > arch/sh/kernel/process_64.c | 2 +- > arch/tile/kernel/machine_kexec.c | 2 +- > include/linux/kernel.h | 6 +++--- > 12 files changed, 14 insertions(+), 14 deletions(-) > For the SH bits: Signed-off-by: Paul Mundt