mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-03 05:09:39 +00:00
Previously this was not done before Thread_base::start(..) in base-hw as it was not needed to have a valid cap that early. However, when changing the affinity of a thread we need the cap to be valid before Thread_base::start(..). fix #1151