mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
foc: propagate affinity location on thread creation
This commit is contained in:
parent
2deddf1e6d
commit
e8c8776959
@ -56,7 +56,7 @@ void Thread::_init_platform_thread(size_t weight, Type type)
|
||||
{
|
||||
/* create thread at core */
|
||||
_thread_cap = _cpu_session->create_thread(env_deprecated()->pd_session_cap(),
|
||||
name(), Location(),
|
||||
name(), _affinity,
|
||||
Weight(weight));
|
||||
|
||||
/* assign thread to protection domain */
|
||||
|
Loading…
Reference in New Issue
Block a user