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 64733088a..0dc65596f 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.2/older/patches-5.2.9-rt3.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.2/older/patches-5.2.10-rt5.tar.xz
Replace jiffies_lock seqlock with a simple seqcounter and a rawlock so
it can be taken in atomic context on RT.