diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches-rt/0284-workqueue-rework.patch (renamed from debian/patches-rt/0285-workqueue-rework.patch) | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/debian/patches-rt/0285-workqueue-rework.patch b/debian/patches-rt/0284-workqueue-rework.patch index 056eb3a62..ea00e194a 100644 --- a/debian/patches-rt/0285-workqueue-rework.patch +++ b/debian/patches-rt/0284-workqueue-rework.patch @@ -1,8 +1,7 @@ -From 6fb18a4e40f7937eb1d0ab9dd2929a50d30d91f7 Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Date: Wed, 29 May 2019 18:52:27 +0200 -Subject: [PATCH 285/347] workqueue: rework -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.246-rt110.tar.xz +Subject: [PATCH 284/342] workqueue: rework +Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=ef48b1fd6691fa627afcf72bba3295c66c23da41 [ Upstream commit d15a862f24df983458533aebd6fa207ecdd1095a ] @@ -309,10 +308,10 @@ index 60d673e15632..546aa73fba6a 100644 extern bool queue_work_on(int cpu, struct workqueue_struct *wq, diff --git a/init/main.c b/init/main.c -index f5d0917a4d4b..0d5763c5da28 100644 +index 8555afc3f3e1..703b627a6060 100644 --- a/init/main.c +++ b/init/main.c -@@ -1132,7 +1132,6 @@ static noinline void __init kernel_init_freeable(void) +@@ -1136,7 +1136,6 @@ static noinline void __init kernel_init_freeable(void) smp_prepare_cpus(setup_max_cpus); workqueue_init(); @@ -1459,6 +1458,3 @@ index 91f5696cf335..4ed22776b2ee 100644 attrs->nice = std_nice[i]; attrs->no_numa = true; ordered_wq_attrs[i] = attrs; --- -2.36.1 - |