Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by

Christoph Hellwig and committed by
Martin Schwidefsky
275c3409 d3135e0c

-7
-7
arch/s390/include/asm/hardirq.h
··· 18 18 #include <linux/interrupt.h> 19 19 #include <asm/lowcore.h> 20 20 21 - /* irq_cpustat_t is unused currently, but could be converted 22 - * into a percpu variable instead of storing softirq_pending 23 - * on the lowcore */ 24 - typedef struct { 25 - unsigned int __softirq_pending; 26 - } irq_cpustat_t; 27 - 28 21 #define local_softirq_pending() (S390_lowcore.softirq_pending) 29 22 30 23 #define __ARCH_IRQ_STAT