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