summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2014-07-02 11:13:43 +0530
committerViresh Kumar <viresh.kumar@linaro.org>2014-07-02 11:18:01 +0530
commit18ca9673659476464a9e24b97454d27f1c4a9007 (patch)
tree39aa39680c2f6f62b9fdeaa55e3edcbde558662f
parentcecf8a94ecebe48e3ab82aeb0fbee7ce735bdcfc (diff)
is-cpu-isolated: skip testing isolation initially
Currently we do a isolation test before starting the major loop for 'n' samples. It was done to precisely know when was interruption last happened. As things are more stable now, we can just check that from the loop. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
-rwxr-xr-xcommon/scripts/is-cpu-isolated.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/scripts/is-cpu-isolated.sh b/common/scripts/is-cpu-isolated.sh
index 002f758..772c299 100755
--- a/common/scripts/is-cpu-isolated.sh
+++ b/common/scripts/is-cpu-isolated.sh
@@ -312,11 +312,6 @@ get_isolation_duration() {
isdebug dump_interrupts
- # Sense infinite isolation
- sense_infinite_isolation
-
- isdebug echo "count locked: " $new_count
-
# Get time as a UNIX timestamp (seconds elapsed since Jan 1, 1970 0:00 UTC)
T2="$(date +%s)"