summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0124-softirq-Move-related-code-into-one-section.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0124-softirq-Move-related-code-into-one-section.patch')
-rw-r--r--debian/patches-rt/0124-softirq-Move-related-code-into-one-section.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0124-softirq-Move-related-code-into-one-section.patch b/debian/patches-rt/0124-softirq-Move-related-code-into-one-section.patch
index fb937d24b..85a13af1b 100644
--- a/debian/patches-rt/0124-softirq-Move-related-code-into-one-section.patch
+++ b/debian/patches-rt/0124-softirq-Move-related-code-into-one-section.patch
@@ -1,8 +1,8 @@
-From e40ca378bfbd05514961947d57b163831bdc3bbe Mon Sep 17 00:00:00 2001
+From f85331252d6a3cbbfd9a8d3e68f109188fcbbd6a Mon Sep 17 00:00:00 2001
From: Thomas Gleixner <tglx@linutronix.de>
Date: Fri, 13 Nov 2020 15:02:18 +0100
Subject: [PATCH 124/323] softirq: Move related code into one section
-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
To prepare for adding a RT aware variant of softirq serialization and
processing move related code into one section so the necessary #ifdeffery
@@ -17,7 +17,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
1 file changed, 54 insertions(+), 53 deletions(-)
diff --git a/kernel/softirq.c b/kernel/softirq.c
-index 09229ad82209..617009ccd82c 100644
+index 09229ad822096..617009ccd82ce 100644
--- a/kernel/softirq.c
+++ b/kernel/softirq.c
@@ -92,6 +92,13 @@ static bool ksoftirqd_running(unsigned long pending)
@@ -165,5 +165,5 @@ index 09229ad82209..617009ccd82c 100644
{
#ifdef CONFIG_NO_HZ_COMMON
--
-2.43.0
+2.44.0