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.

x86/cpu: Expose arch_cpu_idle_dead()'s prototype definition

Include <linux/cpu.h> to make sure arch_cpu_idle_dead() matches its
prototype going forward.

Inspired-by: Josh Poimboeuf <jpoimboe@kernel.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Link: https://lore.kernel.org/r/20230214083857.50163-1-philmd@linaro.org
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>

authored by

Philippe Mathieu-Daudé and committed by
Josh Poimboeuf
b4c108d7 071c44e4

+1
+1
arch/x86/kernel/process.c
··· 5 5 #include <linux/kernel.h> 6 6 #include <linux/mm.h> 7 7 #include <linux/smp.h> 8 + #include <linux/cpu.h> 8 9 #include <linux/prctl.h> 9 10 #include <linux/slab.h> 10 11 #include <linux/sched.h>