aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/rt-tester/rt-tester.py
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-02-22 15:46:25 -0500
committerThomas Gleixner <tglx@linutronix.de>2011-02-22 16:07:22 -0500
commitdbebbfbb1605f0179e7c0d900d941cc9c45de569 (patch)
tree2d671c4ce729b4b7c2ae94c684280d5d0b5f3ce6 /scripts/rt-tester/rt-tester.py
parent48228f7b470a74b6469a250d2977a13128d8fe96 (diff)
rtmutex: tester: Remove the remaining BKL leftovers
We just leave the numbers assinged as commemoration and in case that someone was crazy enough to reimplement the test stuff out of tree. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'scripts/rt-tester/rt-tester.py')
-rw-r--r--scripts/rt-tester/rt-tester.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/rt-tester/rt-tester.py b/scripts/rt-tester/rt-tester.py
index 44423b4dcb82..8c81d76959ee 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",