Use panic() instead of an infinite loop at the unreachable end of thread_exit()
commit661a5ac96dee9520f007fe34747acee0f7403ef1
authorJiří Zárevúcky <zarevucky.jiri@gmail.com>
Sun, 14 Aug 2022 13:28:51 +0000 (14 15:28 +0200)
committerJiří Zárevúcky <zarevucky.jiri@gmail.com>
Sat, 4 Feb 2023 17:13:28 +0000 (4 18:13 +0100)
tree2921703f762f78951f799dc39ce3a401c81c2001
parente86f56875b4b9e55d0ae025a2964f45d45338216
Use panic() instead of an infinite loop at the unreachable end of thread_exit()
kernel/generic/src/proc/thread.c