diff options
Diffstat (limited to 'debian/patches-rt/0148-softirq-Move-various-protections-into-inline-helpers.patch')
-rw-r--r-- | debian/patches-rt/0148-softirq-Move-various-protections-into-inline-helpers.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0148-softirq-Move-various-protections-into-inline-helpers.patch b/debian/patches-rt/0148-softirq-Move-various-protections-into-inline-helpers.patch index e08794144..9f323c57d 100644 --- a/debian/patches-rt/0148-softirq-Move-various-protections-into-inline-helpers.patch +++ b/debian/patches-rt/0148-softirq-Move-various-protections-into-inline-helpers.patch @@ -1,8 +1,8 @@ -From 7d59f358f639cc9e535a4049d663d9347aef6380 Mon Sep 17 00:00:00 2001 +From 83b7f1f10d2ccb658229fd940cffb3d0ea8fb46d Mon Sep 17 00:00:00 2001 From: Thomas Gleixner <tglx@linutronix.de> Date: Tue, 9 Mar 2021 09:55:55 +0100 Subject: [PATCH 148/323] softirq: Move various protections into inline helpers -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 allow reuse of the bulk of softirq processing code for RT and to avoid #ifdeffery all over the place, split protections for various code sections @@ -17,7 +17,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/kernel/softirq.c b/kernel/softirq.c -index fcb201ceed71..87fac6ac0c32 100644 +index fcb201ceed712..87fac6ac0c32e 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c @@ -205,6 +205,32 @@ void __local_bh_enable_ip(unsigned long ip, unsigned int cnt) @@ -104,5 +104,5 @@ index fcb201ceed71..87fac6ac0c32 100644 #ifdef CONFIG_HOTPLUG_CPU -- -2.43.0 +2.44.0 |