summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0116-parisc-Remove-bogus-__IRQ_STAT-macro.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0116-parisc-Remove-bogus-__IRQ_STAT-macro.patch')
-rw-r--r--debian/patches-rt/0116-parisc-Remove-bogus-__IRQ_STAT-macro.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/debian/patches-rt/0116-parisc-Remove-bogus-__IRQ_STAT-macro.patch b/debian/patches-rt/0116-parisc-Remove-bogus-__IRQ_STAT-macro.patch
deleted file mode 100644
index 3ec6d50cf..000000000
--- a/debian/patches-rt/0116-parisc-Remove-bogus-__IRQ_STAT-macro.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 3438dd654ff623f2e37777a734abfe8f251cc564 Mon Sep 17 00:00:00 2001
-From: Thomas Gleixner <tglx@linutronix.de>
-Date: Fri, 13 Nov 2020 15:02:08 +0100
-Subject: [PATCH 116/296] parisc: Remove bogus __IRQ_STAT macro
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.35-rt39.tar.xz
-
-This is a leftover from a historical array based implementation and unused.
-
-Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
-Link: https://lore.kernel.org/r/20201113141732.680780121@linutronix.de
-Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
----
- arch/parisc/include/asm/hardirq.h | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/arch/parisc/include/asm/hardirq.h b/arch/parisc/include/asm/hardirq.h
-index 7f7039516e53..fad29aa6f45f 100644
---- a/arch/parisc/include/asm/hardirq.h
-+++ b/arch/parisc/include/asm/hardirq.h
-@@ -32,7 +32,6 @@ typedef struct {
- DECLARE_PER_CPU_SHARED_ALIGNED(irq_cpustat_t, irq_stat);
-
- #define __ARCH_IRQ_STAT
--#define __IRQ_STAT(cpu, member) (irq_stat[cpu].member)
- #define inc_irq_stat(member) this_cpu_inc(irq_stat.member)
- #define __inc_irq_stat(member) __this_cpu_inc(irq_stat.member)
- #define ack_bad_irq(irq) WARN(1, "unexpected IRQ trap at vector %02x\n", irq)
---
-2.30.2
-