mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-09 04:15:52 +00:00
init: set all child policies to eager destruction (INTERIM-TEST)
This commit is contained in:
parent
dae9f9e164
commit
ebb7df8cbf
@ -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_ */
|
||||
|
@ -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_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user