rtmutex: tester: Remove the remaining BKL leftovers
authorThomas Gleixner <tglx@linutronix.de>
Tue, 22 Feb 2011 20:46:25 +0000 (21:46 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 22 Feb 2011 21:07:22 +0000 (22:07 +0100)
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>
15 files changed:
kernel/rtmutex-tester.c
scripts/rt-tester/rt-tester.py
scripts/rt-tester/t2-l1-2rt-sameprio.tst
scripts/rt-tester/t2-l1-pi.tst
scripts/rt-tester/t2-l1-signal.tst
scripts/rt-tester/t2-l2-2rt-deadlock.tst
scripts/rt-tester/t3-l1-pi-1rt.tst
scripts/rt-tester/t3-l1-pi-2rt.tst
scripts/rt-tester/t3-l1-pi-3rt.tst
scripts/rt-tester/t3-l1-pi-signal.tst
scripts/rt-tester/t3-l1-pi-steal.tst
scripts/rt-tester/t3-l2-pi.tst
scripts/rt-tester/t4-l2-pi-deboost.tst
scripts/rt-tester/t5-l4-pi-boost-deboost-setsched.tst
scripts/rt-tester/t5-l4-pi-boost-deboost.tst

index d5b5435..5c9ccd3 100644 (file)
@@ -44,9 +44,8 @@ enum test_opcodes {
        RTTEST_LOCKINTNOWAIT,   /* 6 Lock interruptible no wait in wakeup, data = lockindex */
        RTTEST_LOCKCONT,        /* 7 Continue locking after the wakeup delay */
        RTTEST_UNLOCK,          /* 8 Unlock, data = lockindex */
-       RTTEST_LOCKBKL,         /* 9 Was: Lock BKL */
-       RTTEST_UNLOCKBKL,       /* 10 Was: Unlock BKL */
-       RTTEST_SIGNAL,          /* 11 Signal other test thread, data = thread id */
+       /* 9, 10 - reserved for BKL commemoration */
+       RTTEST_SIGNAL = 11,     /* 11 Signal other test thread, data = thread id */
        RTTEST_RESETEVENT = 98, /* 98 Reset event counter */
        RTTEST_RESET = 99,      /* 99 Reset all pending operations */
 };
index 44423b4..8c81d76 100644 (file)
@@ -33,8 +33,6 @@ cmd_opcodes = {
     "lockintnowait" : "6",
     "lockcont"      : "7",
     "unlock"        : "8",
-    "lockbkl"       : "9",
-    "unlockbkl"     : "10",
     "signal"        : "11",
     "resetevent"    : "98",
     "reset"         : "99",
index 8821f27..3710c8b 100644 (file)
@@ -19,8 +19,6 @@
 # lockintnowait        lock nr (0-7)
 # lockcont     lock nr (0-7)
 # unlock       lock nr (0-7)
-# lockbkl      lock nr (0-7)
-# unlockbkl    lock nr (0-7)
 # signal       0
 # reset                0
 # resetevent   0
@@ -39,9 +37,6 @@
 # blocked      lock nr (0-7)
 # blockedwake  lock nr (0-7)
 # unlocked     lock nr (0-7)
-# lockedbkl    dont care
-# blockedbkl   dont care
-# unlockedbkl  dont care
 # opcodeeq     command opcode or number
 # opcodelt     number
 # opcodegt     number
index cde1f18..b4cc959 100644 (file)
@@ -19,8 +19,6 @@
 # lockintnowait        lock nr (0-7)
 # lockcont     lock nr (0-7)
 # unlock       lock nr (0-7)
-# lockbkl      lock nr (0-7)
-# unlockbkl    lock nr (0-7)
 # signal       0
 # reset                0
 # resetevent   0
@@ -39,9 +37,6 @@
 # blocked      lock nr (0-7)
 # blockedwake  lock nr (0-7)
 # unlocked     lock nr (0-7)
-# lockedbkl    dont care
-# blockedbkl   dont care
-# unlockedbkl  dont care
 # opcodeeq     command opcode or number
 # opcodelt     number
 # opcodegt     number
index 3ab0bfc..1b57376 100644 (file)
@@ -19,8 +19,6 @@
 # lockintnowait        lock nr (0-7)
 # lockcont     lock nr (0-7)
 # unlock       lock nr (0-7)
-# lockbkl      lock nr (0-7)
-# unlockbkl    lock nr (0-7)
 # signal       0
 # reset                0
 # resetevent   0
@@ -39,9 +37,6 @@
 # blocked      lock nr (0-7)
 # blockedwake  lock nr (0-7)
 # unlocked     lock nr (0-7)
-# lockedbkl    dont care
-# blockedbkl   dont care
-# unlockedbkl  dont care
 # opcodeeq     command opcode or number
 # opcodelt     number
 # opcodegt     number
index f4b5d5d..68b1062 100644 (file)
@@ -19,8 +19,6 @@
 # lockintnowait        lock nr (0-7)
 # lockcont     lock nr (0-7)
 # unlock       lock nr (0-7)
-# lockbkl      lock nr (0-7)
-# unlockbkl    lock nr (0-7)
 # signal       0
 # reset                0
 # resetevent   0
@@ -39,9 +37,6 @@
 # blocked      lock nr (0-7)
 # blockedwake  lock nr (0-7)
 # unlocked     lock nr (0-7)
-# lockedbkl    dont care
-# blockedbkl   dont care
-# unlockedbkl  dont care
 # opcodeeq     command opcode or number
 # opcodelt     number
 # opcodegt     number
index 63440ca..8e6c8b1 100644 (file)
@@ -19,8 +19,6 @@
 # lockintnowait        lock nr (0-7)
 # lockcont     lock nr (0-7)
 # unlock       lock nr (0-7)
-# lockbkl      lock nr (0-7)
-# unlockbkl    lock nr (0-7)
 # signal       thread to signal (0-7)
 # reset                0
 # resetevent   0
@@ -39,9 +37,6 @@
 # blocked      lock nr (0-7)
 # blockedwake  lock nr (0-7)
 # unlocked     lock nr (0-7)
-# lockedbkl    dont care
-# blockedbkl   dont care
-# unlockedbkl  dont care
 # opcodeeq     command opcode or number
 # opcodelt     number
 # opcodegt     number
index e5816fe..69c2212 100644 (file)
@@ -19,8 +19,6 @@
 # lockintnowait        lock nr (0-7)
 # lockcont     lock nr (0-7)
 # unlock       lock nr (0-7)
-# lockbkl      lock nr (0-7)
-# unlockbkl    lock nr (0-7)
 # signal       thread to signal (0-7)
 # reset                0
 # resetevent   0
@@ -39,9 +37,6 @@
 # blocked      lock nr (0-7)
 # blockedwake  lock nr (0-7)
 # unlocked     lock nr (0-7)
-# lockedbkl    dont care
-# blockedbkl   dont care
-# unlockedbkl  dont care
 # opcodeeq     command opcode or number
 # opcodelt     number
 # opcodegt     number
index 718b82b..9b0f1eb 100644 (file)
@@ -19,8 +19,6 @@
 # lockintnowait        lock nr (0-7)
 # lockcont     lock nr (0-7)
 # unlock       lock nr (0-7)
-# lockbkl      lock nr (0-7)
-# unlockbkl    lock nr (0-7)
 # signal       thread to signal (0-7)
 # reset                0
 # resetevent   0
@@ -39,9 +37,6 @@
 # blocked      lock nr (0-7)
 # blockedwake  lock nr (0-7)
 # unlocked     lock nr (0-7)
-# lockedbkl    dont care
-# blockedbkl   dont care
-# unlockedbkl  dont care
 # opcodeeq     command opcode or number
 # opcodelt     number
 # opcodegt     number
index c6e2135..39ec74a 100644 (file)
@@ -19,8 +19,6 @@
 # lockintnowait        lock nr (0-7)
 # lockcont     lock nr (0-7)
 # unlock       lock nr (0-7)
-# lockbkl      lock nr (0-7)
-# unlockbkl    lock nr (0-7)
 # signal       thread to signal (0-7)
 # reset                0
 # resetevent   0
@@ -39,9 +37,6 @@
 # blocked      lock nr (0-7)
 # blockedwake  lock nr (0-7)
 # unlocked     lock nr (0-7)
-# lockedbkl    dont care
-# blockedbkl   dont care
-# unlockedbkl  dont care
 # opcodeeq     command opcode or number
 # opcodelt     number
 # opcodegt     number
index f53749d..e03db7e 100644 (file)
@@ -19,8 +19,6 @@
 # lockintnowait        lock nr (0-7)
 # lockcont     lock nr (0-7)
 # unlock       lock nr (0-7)
-# lockbkl      lock nr (0-7)
-# unlockbkl    lock nr (0-7)
 # signal       thread to signal (0-7)
 # reset                0
 # resetevent   0
@@ -39,9 +37,6 @@
 # blocked      lock nr (0-7)
 # blockedwake  lock nr (0-7)
 # unlocked     lock nr (0-7)
-# lockedbkl    dont care
-# blockedbkl   dont care
-# unlockedbkl  dont care
 # opcodeeq     command opcode or number
 # opcodelt     number
 # opcodegt     number
index cdc3e4f..7b59100 100644 (file)
@@ -19,8 +19,6 @@
 # lockintnowait        lock nr (0-7)
 # lockcont     lock nr (0-7)
 # unlock       lock nr (0-7)
-# lockbkl      lock nr (0-7)
-# unlockbkl    lock nr (0-7)
 # signal       thread to signal (0-7)
 # reset                0
 # resetevent   0
@@ -39,9 +37,6 @@
 # blocked      lock nr (0-7)
 # blockedwake  lock nr (0-7)
 # unlocked     lock nr (0-7)
-# lockedbkl    dont care
-# blockedbkl   dont care
-# unlockedbkl  dont care
 # opcodeeq     command opcode or number
 # opcodelt     number
 # opcodegt     number
index baa1413..2f0e049 100644 (file)
@@ -19,8 +19,6 @@
 # lockintnowait        lock nr (0-7)
 # lockcont     lock nr (0-7)
 # unlock       lock nr (0-7)
-# lockbkl      lock nr (0-7)
-# unlockbkl    lock nr (0-7)
 # signal       thread to signal (0-7)
 # reset                0
 # resetevent   0
@@ -39,9 +37,6 @@
 # blocked      lock nr (0-7)
 # blockedwake  lock nr (0-7)
 # unlocked     lock nr (0-7)
-# lockedbkl    dont care
-# blockedbkl   dont care
-# unlockedbkl  dont care
 # opcodeeq     command opcode or number
 # opcodelt     number
 # opcodegt     number
index e6ec0c8..04f4034 100644 (file)
@@ -19,8 +19,6 @@
 # lockintnowait        lock nr (0-7)
 # lockcont     lock nr (0-7)
 # unlock       lock nr (0-7)
-# lockbkl      lock nr (0-7)
-# unlockbkl    lock nr (0-7)
 # signal       thread to signal (0-7)
 # reset                0
 # resetevent   0
@@ -39,9 +37,6 @@
 # blocked      lock nr (0-7)
 # blockedwake  lock nr (0-7)
 # unlocked     lock nr (0-7)
-# lockedbkl    dont care
-# blockedbkl   dont care
-# unlockedbkl  dont care
 # opcodeeq     command opcode or number
 # opcodelt     number
 # opcodegt     number
index ca64f8b..a48a6ee 100644 (file)
@@ -19,8 +19,6 @@
 # lockintnowait        lock nr (0-7)
 # lockcont     lock nr (0-7)
 # unlock       lock nr (0-7)
-# lockbkl      lock nr (0-7)
-# unlockbkl    lock nr (0-7)
 # signal       thread to signal (0-7)
 # reset                0
 # resetevent   0
@@ -39,9 +37,6 @@
 # blocked      lock nr (0-7)
 # blockedwake  lock nr (0-7)
 # unlocked     lock nr (0-7)
-# lockedbkl    dont care
-# blockedbkl   dont care
-# unlockedbkl  dont care
 # opcodeeq     command opcode or number
 # opcodelt     number
 # opcodegt     number