From 73f71322f0f85a5d19cd17ead688dc1a1505caa1 Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Mon, 17 Mar 2014 21:31:11 +0100 Subject: [PATCH] init: put ep for child in affinity space of child Issue #1107 --- os/include/init/child.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/include/init/child.h b/os/include/init/child.h index ed0f1f936..ac3b9b4c7 100644 --- a/os/include/init/child.h +++ b/os/include/init/child.h @@ -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),