diff options
author | Helge Deller <deller@gmx.de> | 2017-09-21 22:22:27 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2017-09-22 20:47:08 +0300 |
commit | a7e6601f70a53957b1d01c321319f0237bba5202 (patch) | |
tree | fd661afb009f4275806a7303914d48ba912805c8 /arch/parisc/include/asm/smp.h | |
parent | ea6976483fb0ced259fbaa9e4f68a2cdcee7e312 (diff) | |
download | linux-a7e6601f70a53957b1d01c321319f0237bba5202.tar.xz |
parisc: Move init_per_cpu() into init section
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include/asm/smp.h')
-rw-r--r-- | arch/parisc/include/asm/smp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/smp.h b/arch/parisc/include/asm/smp.h index a5dc9066c6d8..ad9c9c3b4136 100644 --- a/arch/parisc/include/asm/smp.h +++ b/arch/parisc/include/asm/smp.h @@ -1,6 +1,7 @@ #ifndef __ASM_SMP_H #define __ASM_SMP_H +extern int init_per_cpu(int cpuid); #if defined(CONFIG_SMP) |