summaryrefslogtreecommitdiff
path: root/scripts/rt-tester/rt-tester.py
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-02-22 21:46:25 +0100
committerThomas Gleixner <tglx@linutronix.de>2011-02-22 22:07:22 +0100
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 = {
"lockintnowait" : "6",
"lockcont" : "7",
"unlock" : "8",
- "lockbkl" : "9",
- "unlockbkl" : "10",
"signal" : "11",
"resetevent" : "98",
"reset" : "99",