linux-stable/arch/csky
Nathan Chancellor 86926761ca csky: Fix function name in csky_alignment() and die()
commit 751971af2e upstream.

When building ARCH=csky defconfig:

arch/csky/kernel/traps.c: In function 'die':
arch/csky/kernel/traps.c:112:17: error: implicit declaration of function
'make_dead_task' [-Werror=implicit-function-declaration]
  112 |                 make_dead_task(SIGSEGV);
      |                 ^~~~~~~~~~~~~~

The function's name is make_task_dead(), change it so there is no more
build error.

Fixes: 0e25498f8c ("exit: Add and use make_task_dead.")
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Reviewed-by: Guo Ren <guoren@kernel.org>
Link: https://lkml.kernel.org/r/20211227184851.2297759-4-nathan@kernel.org
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-02-06 07:52:49 +01:00
..
abiv1 csky: Fix function name in csky_alignment() and die() 2023-02-06 07:52:49 +01:00
abiv2 csky: Fixup abiv2 syscall_trace break a4 & a5 2020-06-17 16:40:21 +02:00
boot treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
configs
include csky: change a Kconfig symbol name to fix e1000 build error 2021-04-28 13:19:16 +02:00
kernel csky: Fix function name in csky_alignment() and die() 2023-02-06 07:52:49 +01:00
lib csky: Fixup raw_copy_from_user() 2020-06-03 08:21:15 +02:00
mm csky: Fixup get wrong psr value from phyical reg 2020-04-23 10:36:38 +02:00
Kconfig csky: change a Kconfig symbol name to fix e1000 build error 2021-04-28 13:19:16 +02: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