summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2014-06-27 13:04:48 +0530
committerViresh Kumar <viresh.kumar@linaro.org>2014-06-27 13:05:48 +0530
commitadfcde65ce66f50e0cd66cb33b3b04387ef08351 (patch)
treee0c6f034c4c983353936ac24db9b87bdce6aea31
parent1cf71f92d6bf342634b5a838bee1a01f8edaa999 (diff)
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 <viresh.kumar@linaro.org>
-rwxr-xr-xcommon/scripts/is-cpu-isolated.sh2
1 files changed, 1 insertions, 1 deletions
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"