summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/smp-Remove-allocation-mask-from-on_each_cpu_cond.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/smp-Remove-allocation-mask-from-on_each_cpu_cond.patch')
-rw-r--r--debian/patches-rt/smp-Remove-allocation-mask-from-on_each_cpu_cond.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/smp-Remove-allocation-mask-from-on_each_cpu_cond.patch b/debian/patches-rt/smp-Remove-allocation-mask-from-on_each_cpu_cond.patch
index 8077d633e..d37b30ec8 100644
--- a/debian/patches-rt/smp-Remove-allocation-mask-from-on_each_cpu_cond.patch
+++ b/debian/patches-rt/smp-Remove-allocation-mask-from-on_each_cpu_cond.patch
@@ -1,7 +1,7 @@
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Thu, 16 Jan 2020 13:13:41 +0100
Subject: [PATCH] smp: Remove allocation mask from on_each_cpu_cond.*()
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patches-5.4.13-rt7.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patches-5.4.17-rt8.tar.xz
The allocation mask is no longer used by on_each_cpu_cond() and
on_each_cpu_cond_mask() and ca be removed.