mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[PARISC] fix section mismatch in smp.c
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>
This commit is contained in:
parent
c2b6ebd50b
commit
8dff980f1d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue