diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
commit | c71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch) | |
tree | ecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /scripts/rt-tester/rt-tester.py | |
parent | ea53c912f8a86a8567697115b6a0d8152beee5c8 (diff) | |
parent | 6a00f206debf8a5c8899055726ad127dbeeed098 (diff) |
Merge branch 'mpi-master' into wip-k-fmlpwip-k-fmlp
Conflicts:
litmus/sched_cedf.c
Diffstat (limited to 'scripts/rt-tester/rt-tester.py')
-rw-r--r-- | scripts/rt-tester/rt-tester.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/rt-tester/rt-tester.py b/scripts/rt-tester/rt-tester.py index 44423b4dcb82..34186cac1d2f 100644 --- a/scripts/rt-tester/rt-tester.py +++ b/scripts/rt-tester/rt-tester.py | |||
@@ -33,8 +33,6 @@ cmd_opcodes = { | |||
33 | "lockintnowait" : "6", | 33 | "lockintnowait" : "6", |
34 | "lockcont" : "7", | 34 | "lockcont" : "7", |
35 | "unlock" : "8", | 35 | "unlock" : "8", |
36 | "lockbkl" : "9", | ||
37 | "unlockbkl" : "10", | ||
38 | "signal" : "11", | 36 | "signal" : "11", |
39 | "resetevent" : "98", | 37 | "resetevent" : "98", |
40 | "reset" : "99", | 38 | "reset" : "99", |
@@ -182,7 +180,7 @@ while 1: | |||
182 | for s in stat: | 180 | for s in stat: |
183 | s = s.strip() | 181 | s = s.strip() |
184 | if s.startswith(testop[0]): | 182 | if s.startswith(testop[0]): |
185 | # Seperate status value | 183 | # Separate status value |
186 | val = s[2:].strip() | 184 | val = s[2:].strip() |
187 | query = analyse(val, testop, dat) | 185 | query = analyse(val, testop, dat) |
188 | break | 186 | break |