Skip to content

Commit

Permalink
[PARISC] fix section mismatch in smp.c
Browse files Browse the repository at this point in the history
WARNING: arch/parisc/kernel/built-in.o(.text.__cpu_up+0x20): Section mismatch: reference to .init.text:smp_boot_one_cpu (after '__cpu_up')

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
  • Loading branch information
Helge Deller authored and Kyle McMartin committed May 30, 2007
1 parent c2b6ebd commit 8dff980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/parisc/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ void __init smp_callin(void)
/*
* Bring one cpu online.
*/
int __init smp_boot_one_cpu(int cpuid)
int __cpuinit smp_boot_one_cpu(int cpuid)
{
struct task_struct *idle;
long timeout;
Expand Down

0 comments on commit 8dff980

Please sign in to comment.