summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel/smp.c
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2017-08-24 18:59:36 +0300
committerMatt Turner <mattst88@gmail.com>2017-08-29 22:01:55 +0300
commit69f0678239b9f45652e1914efa20a397b3acac7a (patch)
treefbed24f52c038bf71dceff5bb1bf058b3297bf3f /arch/alpha/kernel/smp.c
parent4f61e0781b701f5eb4f0e186d361c4104659001e (diff)
downloadlinux-69f0678239b9f45652e1914efa20a397b3acac7a.tar.xz
alpha: Fix section mismatches
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha/kernel/smp.c')
-rw-r--r--arch/alpha/kernel/smp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/kernel/smp.c b/arch/alpha/kernel/smp.c
index 9fc560459ebd..f6726a746427 100644
--- a/arch/alpha/kernel/smp.c
+++ b/arch/alpha/kernel/smp.c
@@ -115,7 +115,7 @@ wait_boot_cpu_to_stop(int cpuid)
/*
* Where secondaries begin a life of C.
*/
-void
+void __init
smp_callin(void)
{
int cpuid = hard_smp_processor_id();