base: Set affinity of platform thread according to its location.

This commit is contained in:
Michael Mueller
2023-03-27 16:57:48 +02:00
parent 072a65623d
commit 0f1002fab8

View File

@@ -172,6 +172,7 @@ class Genode::Cpu_thread_component : public Rpc_object<Cpu_thread>,
_address_space_region_map.add_client(_rm_client);
_platform_thread.pager(_rm_client);
_platform_thread.affinity(location);
_trace_sources.insert(&_trace_source);
}