core: support to serve signals by another ep

Issue #2584
This commit is contained in:
Alexander Boettcher
2017-11-20 15:30:18 +01:00
committed by Christian Helmuth
parent d37f32fb21
commit 8bc4389411
4 changed files with 9 additions and 4 deletions

View File

@@ -256,7 +256,7 @@ int main()
static Rm_root rm_root (&ep, &sliced_heap, pager_ep);
static Cpu_root cpu_root (&ep, &ep, &pager_ep, &sliced_heap,
Trace::sources());
static Pd_root pd_root (ep, pager_ep, *platform()->ram_alloc(),
static Pd_root pd_root (ep, ep, pager_ep, *platform()->ram_alloc(),
local_rm, sliced_heap,
*platform_specific()->core_mem_alloc());
static Log_root log_root (&ep, &sliced_heap);