From 9a5bc9caf0089fd0e4b5a9805eb6e73d05705c4c Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Thu, 25 Feb 2021 13:33:19 +0100 Subject: [PATCH] cpu_balancer.run: use shim for hosting cpu_burner This way, the redirected env sessions for the CPU burner are no longer called directly by init. Init stays independent from the behavior of the CPU balancer. Issue #3837 Issue #4029 --- repos/os/run/cpu_balancer.run | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/repos/os/run/cpu_balancer.run b/repos/os/run/cpu_balancer.run index f48150e9d4..48bec43bc3 100644 --- a/repos/os/run/cpu_balancer.run +++ b/repos/os/run/cpu_balancer.run @@ -21,7 +21,8 @@ set use_trace "yes" create_boot_directory -import_from_depot [depot_user]/src/report_rom +import_from_depot [depot_user]/src/report_rom \ + [depot_user]/src/shim append config { @@ -73,7 +74,7 @@ append config { report="} $report_config {" trace="} $use_trace {" verbose="no"> - + @@ -90,13 +91,24 @@ append config { + + + + + + + + + + - + +