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.

sparc/cpu: Mark cpu_play_dead() __noreturn

cpu_play_dead() doesn't return. Annotate it as such. By extension this
also makes arch_cpu_idle_dead() noreturn.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Link: https://lore.kernel.org/r/847fdb53cc7124bb7c94e3e104e443a29be85184.1676358308.git.jpoimboe@kernel.org
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>

+1 -1
+1 -1
arch/sparc/include/asm/smp_64.h
··· 49 49 50 50 void smp_fill_in_cpu_possible_map(void); 51 51 void smp_fill_in_sib_core_maps(void); 52 - void cpu_play_dead(void); 52 + void __noreturn cpu_play_dead(void); 53 53 54 54 void smp_fetch_global_regs(void); 55 55 void smp_fetch_global_pmu(void);