From c8d6063b4e4b5b9ff7d374972fa11c0121264ddf Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Wed, 2 Jul 2014 10:29:26 +0530 Subject: 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 --- common/scripts/is-cpu-isolated.sh | 3 --- 1 file changed, 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 -- cgit v1.2.3