linux/arch/csky/kernel
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
..
asm-offsets.c
atomic.S csky: Set regs->usp to kernel sp, when the exception is from kernel 2020-03-12 13:00:16 +01:00
cpu-probe.c
dumpstack.c
entry.S csky: entry: Remove unneeded need_resched() loop 2019-09-30 11:49:47 +08:00
ftrace.c
head.S csky: Fixup cpu speculative execution to IO area 2020-04-23 10:36:38 +02:00
irq.c
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
module.c
perf_callchain.c
perf_event.c csky: Move static keyword to the front of declaration 2019-09-30 11:50:49 +08:00
perf_regs.c
power.c
process.c csky: Implement copy_thread_tls 2020-03-12 13:00:32 +01:00
ptrace.c csky/syscall_trace: Fixup return processing flow 2019-04-22 15:55:28 +08:00
setup.c csky: Fixup cpu speculative execution to IO area 2020-04-23 10:36:38 +02:00
signal.c Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace 2019-07-08 21:48:15 -07:00
smp.c csky: Fixup init_fpu compile warning with __init 2020-04-23 10:36:41 +02:00
stacktrace.c
syscall_table.c
syscall.c
time.c
traps.c csky: Fixup get wrong psr value from phyical reg 2020-04-23 10:36:38 +02:00
vdso.c
vmlinux.lds.S