提交 a60ac4b5 编写于 作者: H Helge Deller

parisc: mark parisc_terminate() noreturn and cold.

Signed-off-by: NHelge Deller <deller@gmx.de>
上级 ec7c2419
...@@ -6,7 +6,7 @@ struct pt_regs; ...@@ -6,7 +6,7 @@ struct pt_regs;
/* traps.c */ /* traps.c */
void parisc_terminate(char *msg, struct pt_regs *regs, void parisc_terminate(char *msg, struct pt_regs *regs,
int code, unsigned long offset); int code, unsigned long offset) __noreturn __cold;
/* mm/fault.c */ /* mm/fault.c */
void do_page_fault(struct pt_regs *regs, unsigned long code, void do_page_fault(struct pt_regs *regs, unsigned long code,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册