summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2014-07-02 10:29:26 +0530
committerViresh Kumar <viresh.kumar@linaro.org>2014-07-02 15:33:05 +0530
commitc8d6063b4e4b5b9ff7d374972fa11c0121264ddf (patch)
tree6019c41bbf7afc0329c9373cad151b2b69c5d4b0
parente7b47612c950716644abb0bda1590af958eb5045 (diff)
is-cpu-isolated: No need to set cpuset/cpus again
It was done again earlier because we were hotplugging CPUs, but its not done anymore and so this isn't required. Remove it. Change-Id: I5844252f2c95f2c6f1335bd4e54363dc34339a48 Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
-rwxr-xr-xcommon/scripts/is-cpu-isolated.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/scripts/is-cpu-isolated.sh b/common/scripts/is-cpu-isolated.sh
index 4e90279..ac93ae4 100755
--- a/common/scripts/is-cpu-isolated.sh
+++ b/common/scripts/is-cpu-isolated.sh
@@ -218,9 +218,6 @@ isolate_cpu() {
#echo 0 > /sys/devices/system/cpu/cpu$ISOL_CPU/online
#echo 1 > /sys/devices/system/cpu/cpu$ISOL_CPU/online
- # Setup the NOHZ domain again: CPU1
- echo $ISOL_CPU > /dev/cpuset/dplane/$CPUSET_PREFIX"cpus"
-
# Try to move all processes in top set to the cplane set.
for pid in `ps h -C stress -o pid`; do
echo $pid > /dev/cpuset/dplane/tasks 2>/dev/null