Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 275c3409 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Martin Schwidefsky
Browse files

[S390] remove unused irq_cpustat_t defintion



No need to defined a irq_cpustat_t type if __ARCH_IRQ_STAT is defined.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent d3135e0c
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -18,13 +18,6 @@
#include <linux/interrupt.h>
#include <asm/lowcore.h>

/* irq_cpustat_t is unused currently, but could be converted
 * into a percpu variable instead of storing softirq_pending
 * on the lowcore */
typedef struct {
	unsigned int __softirq_pending;
} irq_cpustat_t;

#define local_softirq_pending() (S390_lowcore.softirq_pending)

#define __ARCH_IRQ_STAT