diff options
Diffstat (limited to 'litmus/fifo_lock.c')
-rw-r--r-- | litmus/fifo_lock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/litmus/fifo_lock.c b/litmus/fifo_lock.c index eb42aeee20eb..be49cd3a58d2 100644 --- a/litmus/fifo_lock.c +++ b/litmus/fifo_lock.c | |||
@@ -398,7 +398,6 @@ int fifo_mutex_unlock(struct litmus_lock* l) | |||
398 | __waitqueue_dgl_remove_first(&mutex->wait, &dgl_wait, &next); | 398 | __waitqueue_dgl_remove_first(&mutex->wait, &dgl_wait, &next); |
399 | if(dgl_wait) { | 399 | if(dgl_wait) { |
400 | next = dgl_wait->task; | 400 | next = dgl_wait->task; |
401 | //select_next_lock_if_primary(l, dgl_wait); | ||
402 | } | 401 | } |
403 | #else | 402 | #else |
404 | next = __waitqueue_remove_first(&mutex->wait); | 403 | next = __waitqueue_remove_first(&mutex->wait); |