mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-07 21:53:44 +00:00
Merge branch 'locking/urgent' into locking/core
Pick up the spin loop condition fix. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
commit
f16cc980d6
@ -1383,7 +1383,7 @@ static bool rtmutex_spin_on_owner(struct rt_mutex_base *lock,
|
||||
* - the VCPU on which owner runs is preempted
|
||||
*/
|
||||
if (!owner_on_cpu(owner) || need_resched() ||
|
||||
rt_mutex_waiter_is_top_waiter(lock, waiter)) {
|
||||
!rt_mutex_waiter_is_top_waiter(lock, waiter)) {
|
||||
res = false;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user