From adfcde65ce66f50e0cd66cb33b3b04387ef08351 Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Fri, 27 Jun 2014 13:04:48 +0530 Subject: is-cpu-isolated: add prefix to sched_load_balance Commit: 176ea92 (is-cpu-isolated: Fix name of cpuset files) missed fixing this entry. Fix it. Change-Id: I3a724e4fc1bf4e36a84bf7ee52a5ae37b0287cd7 Signed-off-by: Viresh Kumar --- common/scripts/is-cpu-isolated.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/scripts/is-cpu-isolated.sh b/common/scripts/is-cpu-isolated.sh index a5fa166..d749582 100755 --- a/common/scripts/is-cpu-isolated.sh +++ b/common/scripts/is-cpu-isolated.sh @@ -142,7 +142,7 @@ isolate_cpu() { # Disable load balancing on top level (otherwise the child-sets' setting # won't take effect.) - echo 0 > /dev/cpuset/sched_load_balance + echo 0 > /dev/cpuset/$CPUSET_PREFIX"sched_load_balance" # Enable load balancing withing the cplane domain echo 1 > /dev/cpuset/cplane/$CPUSET_PREFIX"sched_load_balance" -- cgit v1.2.3