summaryrefslogtreecommitdiff
path: root/patches/0003-workqueue-Use-swait-for-wq_manager_wait.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/0003-workqueue-Use-swait-for-wq_manager_wait.patch')
-rw-r--r--patches/0003-workqueue-Use-swait-for-wq_manager_wait.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/0003-workqueue-Use-swait-for-wq_manager_wait.patch b/patches/0003-workqueue-Use-swait-for-wq_manager_wait.patch
index a1042e36aab2..245b75df6520 100644
--- a/patches/0003-workqueue-Use-swait-for-wq_manager_wait.patch
+++ b/patches/0003-workqueue-Use-swait-for-wq_manager_wait.patch
@@ -33,7 +33,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
static LIST_HEAD(workqueues); /* PR: list of all workqueues */
static bool workqueue_freezing; /* PL: have wqs started freezing? */
-@@ -2137,7 +2138,7 @@ static bool manage_workers(struct worker
+@@ -2144,7 +2145,7 @@ static bool manage_workers(struct worker
pool->manager = NULL;
pool->flags &= ~POOL_MANAGER_ACTIVE;
@@ -42,7 +42,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
return true;
}
-@@ -3538,7 +3539,7 @@ static void put_unbound_pool(struct work
+@@ -3545,7 +3546,7 @@ static void put_unbound_pool(struct work
* manager and @pool gets freed with the flag set.
*/
spin_lock_irq(&pool->lock);