summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/timekeeping-split-jiffies-lock.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/timekeeping-split-jiffies-lock.patch')
-rw-r--r--debian/patches-rt/timekeeping-split-jiffies-lock.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/timekeeping-split-jiffies-lock.patch b/debian/patches-rt/timekeeping-split-jiffies-lock.patch
index 782591301..e6dec6c4a 100644
--- a/debian/patches-rt/timekeeping-split-jiffies-lock.patch
+++ b/debian/patches-rt/timekeeping-split-jiffies-lock.patch
@@ -1,7 +1,7 @@
Subject: timekeeping: Split jiffies seqlock
From: Thomas Gleixner <tglx@linutronix.de>
Date: Thu, 14 Feb 2013 22:36:59 +0100
-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
Replace jiffies_lock seqlock with a simple seqcounter and a rawlock so
it can be taken in atomic context on RT.