Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

parisc: mark parisc_terminate() noreturn and cold.

Signed-off-by: Helge Deller <deller@gmx.de>

+1 -1
+1 -1
arch/parisc/include/asm/traps.h
··· 6 6 7 7 /* traps.c */ 8 8 void parisc_terminate(char *msg, struct pt_regs *regs, 9 - int code, unsigned long offset); 9 + int code, unsigned long offset) __noreturn __cold; 10 10 11 11 /* mm/fault.c */ 12 12 void do_page_fault(struct pt_regs *regs, unsigned long code,