From ebb7df8cbfcbe33794a93b2f08c96d0ae437eaf1 Mon Sep 17 00:00:00 2001 From: Stefan Kalkowski Date: Thu, 14 Jun 2018 11:29:09 +0200 Subject: [PATCH] init: set all child policies to eager destruction (INTERIM-TEST) --- repos/base-foc/src/include/base/internal/child_policy.h | 2 +- repos/base-pistachio/src/include/base/internal/child_policy.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/repos/base-foc/src/include/base/internal/child_policy.h b/repos/base-foc/src/include/base/internal/child_policy.h index cdaf5125f..0f786c2a9 100644 --- a/repos/base-foc/src/include/base/internal/child_policy.h +++ b/repos/base-foc/src/include/base/internal/child_policy.h @@ -24,7 +24,7 @@ namespace Genode { * * See https://github.com/genodelabs/genode/issues/2659 */ - constexpr bool KERNEL_SUPPORTS_EAGER_CHILD_DESTRUCTION = false; + constexpr bool KERNEL_SUPPORTS_EAGER_CHILD_DESTRUCTION = true; } #endif /* _INCLUDE__BASE__INTERNAL__CHILD_POLICY_H_ */ diff --git a/repos/base-pistachio/src/include/base/internal/child_policy.h b/repos/base-pistachio/src/include/base/internal/child_policy.h index 98b674bf4..aecb1b4a1 100644 --- a/repos/base-pistachio/src/include/base/internal/child_policy.h +++ b/repos/base-pistachio/src/include/base/internal/child_policy.h @@ -25,7 +25,7 @@ namespace Genode { * See https://github.com/genodelabs/genode/issues/2659 for a discussion * of a related problem. */ - constexpr bool KERNEL_SUPPORTS_EAGER_CHILD_DESTRUCTION = false; + constexpr bool KERNEL_SUPPORTS_EAGER_CHILD_DESTRUCTION = true; } #endif /* _INCLUDE__BASE__INTERNAL__CHILD_POLICY_H_ */