projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe15c26
)
alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declaration
author
Josh Poimboeuf
<jpoimboe@kernel.org>
Tue, 14 Feb 2023 07:05:35 +0000
(23:05 -0800)
committer
Josh Poimboeuf
<jpoimboe@kernel.org>
Mon, 6 Mar 2023 23:34:03 +0000
(15:34 -0800)
Include <linux/cpu.h> to make sure arch_cpu_idle_dead() matches its
prototype going forward.
Link:
https://lore.kernel.org/r/b0405c2ac5686303b6026e1ac27cfd769b21a7d0.1676358308.git.jpoimboe@kernel.org
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
arch/alpha/kernel/process.c
patch
|
blob
|
history
diff --git
a/arch/alpha/kernel/process.c
b/arch/alpha/kernel/process.c
index e9cf7193eb8166e0a1d141a242662e99a3535960..3251102a9a47457e6e1da93e3abc9f69624169f6 100644
(file)
--- a/
arch/alpha/kernel/process.c
+++ b/
arch/alpha/kernel/process.c
@@
-9,6
+9,7
@@
* This file handles the architecture-dependent parts of process handling.
*/
+#include <linux/cpu.h>
#include <linux/errno.h>
#include <linux/module.h>
#include <linux/sched.h>