From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralf Baechle Subject: Re: [PATCH 4/5] treewide: Convert uses of ATTRIB_NORETURN to __noreturn Date: Thu, 10 Nov 2011 11:16:04 +0000 Message-ID: <20111110111604.GB1580@linux-mips.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org To: Joe Perches Cc: Andrew Morton , linux-kernel@vger.kernel.org, Tony Luck , Fenghua Yu , Geert Uytterhoeven , David Howells , Koichi Yasutake , Benjamin Herrenschmidt , Paul Mackerras , Martin Schwidefsky , Heiko Carstens , linux390@de.ibm.com, Paul Mundt , 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 List-Id: linux-m68k@vger.kernel.org On Thu, Nov 10, 2011 at 01:41:45AM -0800, Joe Perches wrote: > Use the more commonly used __noreturn instead of ATTRIB_NORETURN. Subject and here: s/ATTRIB_NORETURN/ATTRIB_NORET/ > 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 +- For the MIPS bits: Acked-by: Ralf Baechle Ralf