Skip to content

Commit a60ac4b

Browse files
committed
parisc: mark parisc_terminate() noreturn and cold.
Signed-off-by: Helge Deller <[email protected]>
1 parent ec7c241 commit a60ac4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/parisc/include/asm/traps.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ struct pt_regs;
66

77
/* traps.c */
88
void parisc_terminate(char *msg, struct pt_regs *regs,
9-
int code, unsigned long offset);
9+
int code, unsigned long offset) __noreturn __cold;
1010

1111
/* mm/fault.c */
1212
void do_page_fault(struct pt_regs *regs, unsigned long code,

0 commit comments

Comments
 (0)