From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Fri, 11 Nov 2011 03:03:04 +0100 (CET) Received: from linux-sh.org ([111.68.239.195]:45767 "EHLO linux-sh.org" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S1904254Ab1KKCDA (ORCPT ); Fri, 11 Nov 2011 03:03:00 +0100 Received: from linux-sh.org (localhost.localdomain [127.0.0.1]) by linux-sh.org (8.14.4/8.14.4) with ESMTP id pAB22MgM005308; Fri, 11 Nov 2011 11:02:22 +0900 Received: (from pmundt@localhost) by linux-sh.org (8.14.4/8.14.4/Submit) id pAB22Kan005287; Fri, 11 Nov 2011 11:02:20 +0900 X-Authentication-Warning: linux-sh.org: pmundt set sender to lethal@linux-sh.org using -f Date: Fri, 11 Nov 2011 11:02:20 +0900 From: Paul Mundt To: Joe Perches Cc: Andrew Morton , linux-kernel@vger.kernel.org, Tony Luck , Fenghua Yu , Geert Uytterhoeven , Ralf Baechle , David Howells , Koichi Yasutake , Benjamin Herrenschmidt , Paul Mackerras , Martin Schwidefsky , Heiko Carstens , linux390@de.ibm.com, Chris Metcalf , linux-ia64@vger.kernel.org, linux-m68k@vger.kernel.org, linux-mips@linux-mips.org, linux-am33-list@redhat.com, linuxppc-dev@lists.ozlabs.org, linux-s390@vger.kernel.org, linux-sh@vger.kernel.org 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 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-archive-position: 31524 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: lethal@linux-sh.org Precedence: bulk X-list: linux-mips Return-Path: X-Keywords: X-UID: 9951 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