commit | 0330faf4b982df13c93979e906b5e6ac04f55ce6 | [log] [tgz] |
---|---|---|
author | Richard Weinberger <[email protected]> | Fri Jun 15 16:42:56 2018 +0200 |
committer | Greg Kroah-Hartman <[email protected]> | Tue Nov 27 16:05:36 2018 +0100 |
tree | 3b1e19a9e7ea3d6505e48288113d5cb2c2d3295e | |
parent | 20a0f450afa0224f2cf376f18b31cf295fb52ef2 [diff] |
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 <[email protected]> Signed-off-by: Sasha Levin <[email protected]>