mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-11 06:54:18 +00:00
Fix location setting in affinity test
This fixes a regression introduced by me in 16914bddc84315af3fe4f03f7884ec2859483c82.
This commit is contained in:
parent
e8c8776959
commit
132748a783
@ -58,7 +58,7 @@ struct Spinning_thread : Genode::Thread
|
||||
|
||||
Spinning_thread(Genode::Env &env, Location location)
|
||||
:
|
||||
Genode::Thread(env, Name("spinning_thread"), STACK_SIZE, Location(),
|
||||
Genode::Thread(env, Name("spinning_thread"), STACK_SIZE, location,
|
||||
Weight(), env.cpu()),
|
||||
_location(location), cnt(0ULL), barrier(Genode::Lock::LOCKED)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user