Skip to content

Commit

Permalink
parisc: mark parisc_terminate() noreturn and cold.
Browse files Browse the repository at this point in the history
Signed-off-by: Helge Deller <[email protected]>
  • Loading branch information
hdeller committed Oct 13, 2013
1 parent ec7c241 commit a60ac4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/parisc/include/asm/traps.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ struct pt_regs;

/* traps.c */
void parisc_terminate(char *msg, struct pt_regs *regs,
int code, unsigned long offset);
int code, unsigned long offset) __noreturn __cold;

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

0 comments on commit a60ac4b

Please sign in to comment.