diff --git a/[refs] b/[refs] index 53c1fc31621a..269d9d72cc61 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 10717dcde10d09f9fcee53a12a4236af1a82b484 +refs/heads/master: 7f1b43936f0ecad14770634c021cf4a929aec74d diff --git a/trunk/kernel/sched/rt.c b/trunk/kernel/sched/rt.c index 2a4e8dffbd6b..573e1ca01102 100644 --- a/trunk/kernel/sched/rt.c +++ b/trunk/kernel/sched/rt.c @@ -1562,7 +1562,7 @@ static struct rq *find_lock_lowest_rq(struct task_struct *task, struct rq *rq) task_running(rq, task) || !task->on_rq)) { - raw_spin_unlock(&lowest_rq->lock); + double_unlock_balance(rq, lowest_rq); lowest_rq = NULL; break; }