mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-10 18:07:46 +00:00
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:
|
||
|---|---|---|
| .. | ||
| inc/abi | ||
| alignment.c | ||
| bswapdi.c | ||
| bswapsi.c | ||
| cacheflush.c | ||
| Makefile | ||
| memcpy.S | ||
| mmap.c | ||
| strksyms.c | ||