android_kernel_xiaomi_sm7250/arch/um/os-Linux
Richard Weinberger d21e4ba36f um: Give start_idle_thread() a return code
[ Upstream commit 7ff1e34bbdc15acab823b1ee4240e94623d50ee8 ]

Fixes:
arch/um/os-Linux/skas/process.c:613:1: warning: control reaches end of
non-void function [-Wreturn-type]

longjmp() never returns but gcc still warns that the end of the function
can be reached.
Add a return code and debug aid to detect this impossible case.

Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2018-11-27 16:12:59 +01:00
..
drivers
skas um: Give start_idle_thread() a return code 2018-11-27 16:12:59 +01:00
aio.c
elf_aux.c
execvp.c
file.c um: Compile with modern headers 2018-03-29 22:15:12 +02:00
helper.c
irq.c Epoll based IRQ controller 2018-02-19 19:38:51 +01:00
main.c um: remove uml initcalls 2018-06-10 22:49:14 +02:00
Makefile
mem.c
process.c
registers.c
sigio.c
signal.c um: Compile with modern headers 2018-03-29 22:15:12 +02:00
start_up.c
time.c
tty.c
umid.c
user_syms.c
util.c