Commit a60ac4b5 authored by Helge Deller's avatar Helge Deller

parisc: mark parisc_terminate() noreturn and cold.

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent ec7c2419
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment