projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffc32d6
)
alpha: notify_cpu_starting() compile fixlet
author
Alexey Dobriyan
<adobriyan@gmail.com>
Thu, 16 Oct 2008 05:01:19 +0000
(22:01 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:29 +0000
(11:21 -0700)
arch/alpha/kernel/smp.c:153: error: implicit declaration of function 'notify_cpu_starting'
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/alpha/kernel/smp.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/alpha/kernel/smp.c
b/arch/alpha/kernel/smp.c
index 06b6fdab639f879d56529611381f94627ee5e52f..e657c45d91d27c5a62f7d542ab9d36f3adcb9109 100644
(file)
--- a/
arch/alpha/kernel/smp.c
+++ b/
arch/alpha/kernel/smp.c
@@
-27,6
+27,7
@@
#include <linux/cache.h>
#include <linux/profile.h>
#include <linux/bitops.h>
+#include <linux/cpu.h>
#include <asm/hwrpb.h>
#include <asm/ptrace.h>