parisc: Move init_per_cpu() into init section

Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
Helge Deller
2017-09-21 21:22:27 +02:00
parent ea6976483f
commit a7e6601f70
4 changed files with 4 additions and 4 deletions

View File

@@ -317,7 +317,7 @@ void __init collect_boot_cpu_data(void)
*
* o Enable CPU profiling hooks.
*/
int init_per_cpu(int cpunum)
int __init init_per_cpu(int cpunum)
{
int ret;
struct pdc_coproc_cfg coproc_cfg;