init: set all child policies to eager destruction (INTERIM-TEST)

This commit is contained in:
Stefan Kalkowski 2018-06-14 11:29:09 +02:00 committed by Norman Feske
parent dae9f9e164
commit ebb7df8cbf
2 changed files with 2 additions and 2 deletions

View File

@ -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_ */

View File

@ -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_ */