Removed redundant NUMA affinity attribute from class thread. The topology service provides this info now.

This commit is contained in:
Michael Mueller
2022-10-13 16:08:19 +02:00
parent fa7e2a0e5d
commit 4673f0354e

View File

@@ -49,6 +49,7 @@ class Genode::Thread
typedef Affinity::Location Location;
typedef Cpu_session::Name Name;
typedef Cpu_session::Weight Weight;
typedef unsigned Numa_id;
struct Stack_info { addr_t base; addr_t top;
addr_t libc_tls_pointer_offset; };