[MIPS] Transform old-style macros to newer "__noreturn"
Convert old/obsolete NORET_TYPE and ATTRIB_NORET macros to use the newer standard of "__noreturn" as defined in compiler-gcc.h. Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
このコミットが含まれているのは:
@@ -86,7 +86,7 @@ void __init which_prom(s32 magic, s32 *prom_vec)
|
||||
|
||||
void __init prom_init(void)
|
||||
{
|
||||
extern void ATTRIB_NORET dec_machine_halt(void);
|
||||
extern void dec_machine_halt(void);
|
||||
static char cpu_msg[] __initdata =
|
||||
"Sorry, this kernel is compiled for a wrong CPU type!\n";
|
||||
s32 argc = fw_arg0;
|
||||
|
新しいイシューから参照
ユーザーをブロックする