diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-10-09 03:02:35 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-10-09 03:02:35 -0400 |
commit | 1236d6bb6e19fc72ffc6bbcdeb1bfefe450e54ee (patch) | |
tree | 47da3feee8e263e8c9352c85cf518e624be3c211 /arch/parisc/kernel/processor.c | |
parent | 750b1a6894ecc9b178c6e3d0a1170122971b2036 (diff) | |
parent | 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f (diff) |
Merge 4.14-rc4 into staging-next
We want the staging/iio fixes in here as well to handle merge issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/parisc/kernel/processor.c')
-rw-r--r-- | arch/parisc/kernel/processor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/processor.c b/arch/parisc/kernel/processor.c index a778bd3c107c..e120d63c1b28 100644 --- a/arch/parisc/kernel/processor.c +++ b/arch/parisc/kernel/processor.c | |||
@@ -317,7 +317,7 @@ void __init collect_boot_cpu_data(void) | |||
317 | * | 317 | * |
318 | * o Enable CPU profiling hooks. | 318 | * o Enable CPU profiling hooks. |
319 | */ | 319 | */ |
320 | int init_per_cpu(int cpunum) | 320 | int __init init_per_cpu(int cpunum) |
321 | { | 321 | { |
322 | int ret; | 322 | int ret; |
323 | struct pdc_coproc_cfg coproc_cfg; | 323 | struct pdc_coproc_cfg coproc_cfg; |