mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-31 11:07:02 +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 */
|
/* 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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user