diff options
-rw-r--r-- | kernel/sched/rt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/rt.c b/kernel/sched/rt.c index 2a4e8dffbd6b..573e1ca01102 100644 --- a/kernel/sched/rt.c +++ b/kernel/sched/rt.c | |||
@@ -1562,7 +1562,7 @@ static struct rq *find_lock_lowest_rq(struct task_struct *task, struct rq *rq) | |||
1562 | task_running(rq, task) || | 1562 | task_running(rq, task) || |
1563 | !task->on_rq)) { | 1563 | !task->on_rq)) { |
1564 | 1564 | ||
1565 | raw_spin_unlock(&lowest_rq->lock); | 1565 | double_unlock_balance(rq, lowest_rq); |
1566 | lowest_rq = NULL; | 1566 | lowest_rq = NULL; |
1567 | break; | 1567 | break; |
1568 | } | 1568 | } |