mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 06:32:08 +00:00
Mark __die() "noreturn" for real.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
778220f7c4
commit
260c96738c
2 changed files with 4 additions and 3 deletions
|
@ -431,7 +431,7 @@ extern void *set_except_vector(int n, void *addr);
|
|||
extern void per_cpu_trap_init(void);
|
||||
|
||||
extern NORET_TYPE void __die(const char *, struct pt_regs *, const char *file,
|
||||
const char *func, unsigned long line);
|
||||
const char *func, unsigned long line) ATTRIB_NORET;
|
||||
extern void __die_if_kernel(const char *, struct pt_regs *, const char *file,
|
||||
const char *func, unsigned long line);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue