summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/rtmutex-wire-up-RT-s-locking.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/rtmutex-wire-up-RT-s-locking.patch')
-rw-r--r--debian/patches-rt/rtmutex-wire-up-RT-s-locking.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches-rt/rtmutex-wire-up-RT-s-locking.patch b/debian/patches-rt/rtmutex-wire-up-RT-s-locking.patch
index d4e1613b0..4a00f4091 100644
--- a/debian/patches-rt/rtmutex-wire-up-RT-s-locking.patch
+++ b/debian/patches-rt/rtmutex-wire-up-RT-s-locking.patch
@@ -1,7 +1,7 @@
From: Thomas Gleixner <tglx@linutronix.de>
Date: Thu, 12 Oct 2017 17:31:14 +0200
Subject: rtmutex: wire up RT's locking
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.0/older/patches-5.0.7-rt5.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.0/older/patches-5.0.10-rt7.tar.xz
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
@@ -64,7 +64,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
#endif
+#ifdef CONFIG_PREEMPT_RT_FULL
-+#include <linux/rwsem_rt.h>
++#include <linux/rwsem-rt.h>
+#else /* PREEMPT_RT_FULL */
+
struct rw_semaphore;