[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>
This commit is contained in:
parent
d3135e0c40
commit
275c340941
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue