init: put ep for child in affinity space of child

Issue #1107
This commit is contained in:
Alexander Boettcher 2014-03-17 21:31:11 +01:00 committed by Christian Helmuth
parent 93f06dd11a
commit 73f71322f0
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ namespace Init {
_name(start_node, name_registry),
_pd_args(start_node),
_resources(start_node, _name.unique, prio_levels_log2, affinity_space),
_entrypoint(cap_session, ENTRYPOINT_STACK_SIZE, _name.unique, false),
_entrypoint(cap_session, ENTRYPOINT_STACK_SIZE, _name.unique, false, _resources.affinity.location()),
_binary_rom(_name.file, _name.unique),
_binary_rom_ds(_binary_rom.dataspace()),
_config(_resources.ram.cap(), start_node),