projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e451d9
)
sh: arch/sh/kernel/smp.c needs linux/cpu.h for notify_cpu_starting().
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 21 Oct 2008 03:39:24 +0000
(12:39 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 21 Oct 2008 03:51:51 +0000
(12:51 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/smp.c
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/smp.c
b/arch/sh/kernel/smp.c
index 508dfb023628d980233110f462802dd27f8c93d2..3c5ad1660bbcdd6b0366934167b3dc879cdb026d 100644
(file)
--- a/
arch/sh/kernel/smp.c
+++ b/
arch/sh/kernel/smp.c
@@
-18,6
+18,7
@@
#include <linux/spinlock.h>
#include <linux/mm.h>
#include <linux/module.h>
+#include <linux/cpu.h>
#include <linux/interrupt.h>
#include <asm/atomic.h>
#include <asm/processor.h>