Skip to content
Commit 12879bda authored by Guo Ren's avatar Guo Ren
Browse files

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: default avatarLu Chongzhi <chongzhi.lcz@alibaba-inc.com>
Signed-off-by: default avatarGuo Ren <guoren@linux.alibaba.com>
parent 98d54f81
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment