summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0194-rt-Add-local-irq-locks.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0194-rt-Add-local-irq-locks.patch')
-rw-r--r--debian/patches-rt/0194-rt-Add-local-irq-locks.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0194-rt-Add-local-irq-locks.patch b/debian/patches-rt/0194-rt-Add-local-irq-locks.patch
index 53b3fd552..80b543985 100644
--- a/debian/patches-rt/0194-rt-Add-local-irq-locks.patch
+++ b/debian/patches-rt/0194-rt-Add-local-irq-locks.patch
@@ -1,8 +1,8 @@
-From 0d3e0b0db513aac6e4cd2e2d084b7a76f4d28c44 Mon Sep 17 00:00:00 2001
+From c13ea7a1c00bf021e2dd8fc58b9b6a00c554f22b Mon Sep 17 00:00:00 2001
From: Thomas Gleixner <tglx@linutronix.de>
Date: Mon, 20 Jun 2011 09:03:47 +0200
Subject: [PATCH 194/323] rt: Add local irq locks
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.204-rt100.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.215-rt107.tar.xz
Introduce locallock. For !RT this maps to preempt_disable()/
local_irq_disable() so there is not much that changes. For RT this will
@@ -18,7 +18,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
1 file changed, 103 insertions(+), 8 deletions(-)
diff --git a/include/linux/local_lock_internal.h b/include/linux/local_lock_internal.h
-index 3f02b818625e..1b8ae034946f 100644
+index 3f02b818625ef..1b8ae034946fa 100644
--- a/include/linux/local_lock_internal.h
+++ b/include/linux/local_lock_internal.h
@@ -7,13 +7,39 @@
@@ -178,5 +178,5 @@ index 3f02b818625e..1b8ae034946f 100644
+
+#endif
--
-2.43.0
+2.44.0