mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 11:50:24 +00:00
b694045bd9
Every thread receives a startup message from its creator through the initial state of its userland thread-context. The thread-startup code remembers the kernel name of the new thread by reading this message before the userland thread-context gets polluted. This way, Kernel::current_thread_id becomes unnecessary. fix #953