summaryrefslogtreecommitdiffstats
path: root/kernel/cpu.c
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2008-11-22 17:36:44 +0000
committerLinus Torvalds <torvalds@linux-foundation.org>2008-11-30 10:03:37 -0800
commit8419641450edc838a6ce7cdf0f99d262bf0af2d5 (patch)
tree1a396f0bafecd6ebcf15db23ca89b0cb8e33bda0 /kernel/cpu.c
parentb0385146bcdd24b0390c2b60fd05a083888835db (diff)
downloadop-kernel-dev-8419641450edc838a6ce7cdf0f99d262bf0af2d5.zip
op-kernel-dev-8419641450edc838a6ce7cdf0f99d262bf0af2d5.tar.gz
cpuinit fixes in kernel/*
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/cpu.c')
-rw-r--r--kernel/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cpu.c b/kernel/cpu.c
index 5a732c5..8ea32e8 100644
--- a/kernel/cpu.c
+++ b/kernel/cpu.c
@@ -462,7 +462,7 @@ out:
* It must be called by the arch code on the new cpu, before the new cpu
* enables interrupts and before the "boot" cpu returns from __cpu_up().
*/
-void notify_cpu_starting(unsigned int cpu)
+void __cpuinit notify_cpu_starting(unsigned int cpu)
{
unsigned long val = CPU_STARTING;
OpenPOWER on IntegriCloud