commit | b56050ae5e53ab8c5efedce7f4ec3923b6e42054 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Oct 21 12:39:24 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Oct 21 12:51:51 2008 +0900 |
tree | 3dbd96f408cd397782d480a0ab0bf6a51f70b9ea | |
parent | 5e451d9c9d2c20c4f037a0854d3ecca0a69aa56a [diff] [blame] |
sh: arch/sh/kernel/smp.c needs linux/cpu.h for notify_cpu_starting(). Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/kernel/smp.c b/arch/sh/kernel/smp.c index 508dfb0..3c5ad16 100644 --- 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>