summaryrefslogtreecommitdiff
path: root/patches/rtmutex-add-sleeping-lock-implementation.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/rtmutex-add-sleeping-lock-implementation.patch')
-rw-r--r--patches/rtmutex-add-sleeping-lock-implementation.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/rtmutex-add-sleeping-lock-implementation.patch b/patches/rtmutex-add-sleeping-lock-implementation.patch
index 2e1bc1b5be5e..5394076f2bac 100644
--- a/patches/rtmutex-add-sleeping-lock-implementation.patch
+++ b/patches/rtmutex-add-sleeping-lock-implementation.patch
@@ -1123,7 +1123,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
# include "rtmutex-debug.h"
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
-@@ -429,9 +429,15 @@ static bool set_nr_if_polling(struct tas
+@@ -430,9 +430,15 @@ static bool set_nr_if_polling(struct tas
#endif
#endif
@@ -1141,7 +1141,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
/*
* Atomically grab the task, if ->wake_q is !nil already it means
-@@ -453,24 +459,32 @@ void wake_q_add(struct wake_q_head *head
+@@ -454,24 +460,32 @@ void wake_q_add(struct wake_q_head *head
head->lastp = &node->next;
}