summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0120-asm-generic-irqstat-Add-optional-__nmi_count-member.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0120-asm-generic-irqstat-Add-optional-__nmi_count-member.patch')
-rw-r--r--debian/patches-rt/0120-asm-generic-irqstat-Add-optional-__nmi_count-member.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0120-asm-generic-irqstat-Add-optional-__nmi_count-member.patch b/debian/patches-rt/0120-asm-generic-irqstat-Add-optional-__nmi_count-member.patch
index 6eddb073f..1f7caccd9 100644
--- a/debian/patches-rt/0120-asm-generic-irqstat-Add-optional-__nmi_count-member.patch
+++ b/debian/patches-rt/0120-asm-generic-irqstat-Add-optional-__nmi_count-member.patch
@@ -1,8 +1,8 @@
-From 9daa9b58eb0e0b5b143d719b4c465e8ee233def0 Mon Sep 17 00:00:00 2001
+From efcd04f10313ca9fe0d0e4556faaaf0fcf88ce1c Mon Sep 17 00:00:00 2001
From: Thomas Gleixner <tglx@linutronix.de>
Date: Fri, 13 Nov 2020 15:02:14 +0100
Subject: [PATCH 120/323] asm-generic/irqstat: Add optional __nmi_count member
-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
Add an optional __nmi_count member to irq_cpustat_t so more architectures
can use the generic version.
@@ -16,7 +16,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
1 file changed, 3 insertions(+)
diff --git a/include/asm-generic/hardirq.h b/include/asm-generic/hardirq.h
-index d14214dfc10b..f5dd99781e3c 100644
+index d14214dfc10b3..f5dd99781e3c6 100644
--- a/include/asm-generic/hardirq.h
+++ b/include/asm-generic/hardirq.h
@@ -7,6 +7,9 @@
@@ -30,5 +30,5 @@ index d14214dfc10b..f5dd99781e3c 100644
#include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */
--
-2.43.0
+2.44.0