[PATCH] alpha: notify_cpu_starting() compile fixlet

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <torvalds@...>
Cc: <linux-kernel@...>, <rth@...>, <ink@...>
Date: Tuesday, October 14, 2008 - 8:46 am

arch/alpha/kernel/smp.c:153: error: implicit declaration of function 'notify_cpu_starting'

Signed-off-by: Alexey Dobriyan
---

arch/alpha/kernel/smp.c | 1 +
1 file changed, 1 insertion(+)

--- a/arch/alpha/kernel/smp.c
+++ b/arch/alpha/kernel/smp.c
@@ -27,6 +27,7 @@
#include
#include
#include
+#include

#include
#include
--

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] alpha: notify_cpu_starting() compile fixlet, Alexey Dobriyan, (Tue Oct 14, 8:46 am)