summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/radix-tree-use-local-locks.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/radix-tree-use-local-locks.patch')
-rw-r--r--debian/patches-rt/radix-tree-use-local-locks.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/radix-tree-use-local-locks.patch b/debian/patches-rt/radix-tree-use-local-locks.patch
index 0a9be54a6..adbcee1bf 100644
--- a/debian/patches-rt/radix-tree-use-local-locks.patch
+++ b/debian/patches-rt/radix-tree-use-local-locks.patch
@@ -1,7 +1,7 @@
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Wed, 25 Jan 2017 16:34:27 +0100
Subject: [PATCH] radix-tree: use local locks
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.2/older/patches-5.2.17-rt9.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.4/older/patches-5.4.3-rt1.tar.xz
The preload functionality uses per-CPU variables and preempt-disable to
ensure that it does not switch CPUs during its usage. This patch adds