diff options
Diffstat (limited to 'litmus/kfmlp_lock.c')
-rw-r--r-- | litmus/kfmlp_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/kfmlp_lock.c b/litmus/kfmlp_lock.c index 377e5a8f7456..041561839976 100644 --- a/litmus/kfmlp_lock.c +++ b/litmus/kfmlp_lock.c | |||
@@ -391,7 +391,7 @@ RETRY: | |||
391 | } | 391 | } |
392 | 392 | ||
393 | /* wake up next */ | 393 | /* wake up next */ |
394 | wake_up_process(next); | 394 | wake_up_for_lock(next); |
395 | } | 395 | } |
396 | else { | 396 | else { |
397 | // TODO: put this stealing logic before we attempt to release | 397 | // TODO: put this stealing logic before we attempt to release |