mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-01 00:45:29 +00:00
parent
435b8dd252
commit
e171683b8c
@ -37,7 +37,12 @@ using namespace Genode;
|
|||||||
|
|
||||||
void Platform_thread::affinity(unsigned int cpu_no)
|
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