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 15:33:09 +0530
commit7a520b7490871ceeb0b90dc8f076b3e70e99e9c0 (patch)
treeb84cfe8b11a05d3a10bf05daea4b571ff7e82da3
parentd06231dbd57498cc5870e7b46bde211cf1997930 (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. Change-Id: I43bdc5b515e4e3b19f058c83eebf1f7ff509ff6a 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)"