mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 16:35:28 +00:00
parent
435b8dd252
commit
e171683b8c
@ -37,7 +37,12 @@ using namespace Genode;
|
||||
|
||||
void Platform_thread::affinity(unsigned int cpu_no)
|
||||
{
|
||||
PERR("not yet implemented");
|
||||
if (_sel_exc_base != Native_thread::INVALID_INDEX) {
|
||||
PERR("Failure - affinity of thread could not be set");
|
||||
return;
|
||||
}
|
||||
|
||||
_cpu_no = cpu_no;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user