summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/drivers-tty-fix-omap-lock-crap.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/drivers-tty-fix-omap-lock-crap.patch')
-rw-r--r--debian/patches-rt/drivers-tty-fix-omap-lock-crap.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/drivers-tty-fix-omap-lock-crap.patch b/debian/patches-rt/drivers-tty-fix-omap-lock-crap.patch
index db1d4b92a..f19a88acc 100644
--- a/debian/patches-rt/drivers-tty-fix-omap-lock-crap.patch
+++ b/debian/patches-rt/drivers-tty-fix-omap-lock-crap.patch
@@ -1,7 +1,7 @@
Subject: tty/serial/omap: Make the locking RT aware
From: Thomas Gleixner <tglx@linutronix.de>
Date: Thu, 28 Jul 2011 13:32:57 +0200
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.18/older/patches-4.18.5-rt3.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.18/older/patches-4.18.7-rt5.tar.xz
The lock is a sleeping lock and local_irq_save() is not the
optimsation we are looking for. Redo it to make it work on -RT and