Signed-off-by: Daniel Dragomir <[email protected]>
---
kernel/locking/rtmutex.c | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/kernel/locking/rtmutex.c b/kernel/locking/rtmutex.c
index 6122621..7c9770a 100644
--- a/kernel/locking/rtmutex.c
+++ b/kernel/locking/rtmutex.c
@@ -1149,23 +1149,9 @@ static void noinline __sched
rt_spin_lock_slowunlock(struct rt_mutex *lock)
WAKE_Q(wake_sleeper_q);
bool postunlock;
-<<<<<<< HEAD
raw_spin_lock_irqsave(&lock->wait_lock, flags);
postunlock = __rt_mutex_unlock_common(lock, &wake_q, &wake_sleeper_q);
raw_spin_unlock_irqrestore(&lock->wait_lock, flags);
-||||||| merged common ancestors
- raw_spin_lock(¤t->pi_lock);
- rt_mutex_dequeue(lock, waiter);
- current->pi_blocked_on = NULL;
- raw_spin_unlock(¤t->pi_lock);
-=======
- lockdep_assert_held(&lock->wait_lock);
-
- raw_spin_lock(¤t->pi_lock);
- rt_mutex_dequeue(lock, waiter);
- current->pi_blocked_on = NULL;
- raw_spin_unlock(¤t->pi_lock);
->>>>>>> standard/base
if (postunlock)
rt_mutex_postunlock(&wake_q, &wake_sleeper_q);
--
2.7.4
--
_______________________________________________
linux-yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/linux-yocto