1
0
Fork 0
alistair23-linux/arch/csky
Guo Ren 760eecac99 csky: Fixup init_fpu compile warning with __init
[ Upstream commit 12879bda3c ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-04-23 10:36:41 +02:00
..
abiv1 csky: Fixup cpu speculative execution to IO area 2020-04-23 10:36:38 +02:00
abiv2 csky: Fixup init_fpu compile warning with __init 2020-04-23 10:36:41 +02:00
boot treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
configs csky: defconfig 2018-10-25 23:36:19 +08:00
include csky: Fixup get wrong psr value from phyical reg 2020-04-23 10:36:38 +02:00
kernel csky: Fixup init_fpu compile warning with __init 2020-04-23 10:36:41 +02:00
lib treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
mm csky: Fixup get wrong psr value from phyical reg 2020-04-23 10:36:38 +02:00
Kconfig csky: Implement copy_thread_tls 2020-03-12 13:00:32 +01:00
Kconfig.debug treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
Makefile kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIG 2019-06-09 15:08:18 +09:00