commit | 69f0678239b9f45652e1914efa20a397b3acac7a | [log] [tgz] |
---|---|---|
author | Matt Turner <mattst88@gmail.com> | Thu Aug 24 08:59:36 2017 -0700 |
committer | Matt Turner <mattst88@gmail.com> | Tue Aug 29 12:01:55 2017 -0700 |
tree | fbed24f52c038bf71dceff5bb1bf058b3297bf3f | |
parent | 4f61e0781b701f5eb4f0e186d361c4104659001e [diff] [blame] |
alpha: Fix section mismatches Signed-off-by: Matt Turner <mattst88@gmail.com>
diff --git a/arch/alpha/kernel/smp.c b/arch/alpha/kernel/smp.c index 9fc5604..f6726a7 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();