Guo Ren 12879bda3c csky: Fixup init_fpu compile warning with __init
WARNING: vmlinux.o(.text+0x2366): Section mismatch in reference from the
function csky_start_secondary() to the function .init.text:init_fpu()

The function csky_start_secondary() references
the function __init init_fpu().
This is often because csky_start_secondary lacks a __init
annotation or the annotation of init_fpu is wrong.

Reported-by: Lu Chongzhi <chongzhi.lcz@alibaba-inc.com>
Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
2020-03-08 20:55:14 +08:00
..
2019-12-08 14:37:33 +01:00
2018-10-26 00:54:22 +08:00
2018-10-26 00:54:24 +08:00
2020-02-21 15:43:25 +08:00
2020-02-21 15:43:25 +08:00
2018-12-31 23:12:22 +08:00
2018-10-25 23:36:19 +08:00
2018-10-25 23:36:19 +08:00
2019-07-19 12:15:33 -07:00
2018-10-26 00:54:22 +08:00