base: make Entrypoint placeable on specific cpu

Fixes #3008
This commit is contained in:
Alexander Boettcher
2018-10-02 16:27:35 +02:00
committed by Christian Helmuth
parent b112b7b4ce
commit 5446c52c43
12 changed files with 30 additions and 19 deletions

View File

@ -410,7 +410,8 @@ class Net::Socketcall : public Lxip::Socketcall,
Socketcall(Genode::Env &env)
:
Entrypoint(env, 64 * 1024 * sizeof(long), "socketcall")
Entrypoint(env, 64 * 1024 * sizeof(long), "socketcall",
Genode::Affinity::Location())
{ }
/**************************