aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/hardirq.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2009-09-11 10:28:46 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2009-09-11 10:29:48 +0200
commit275c340941991a925969c03ec6b900fd135d09dd (patch)
treeb7491a277ef248b31fc5952cf8097a02ed7fa565 /arch/s390/include/asm/hardirq.h
parent[S390] kernel: always keep machine flags in lowcore (diff)
downloadlinux-dev-275c340941991a925969c03ec6b900fd135d09dd.tar.xz
linux-dev-275c340941991a925969c03ec6b900fd135d09dd.zip
[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>
Diffstat (limited to 'arch/s390/include/asm/hardirq.h')
-rw-r--r--arch/s390/include/asm/hardirq.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/s390/include/asm/hardirq.h b/arch/s390/include/asm/hardirq.h
index 89ec7056da28..498bc3892385 100644
--- a/arch/s390/include/asm/hardirq.h
+++ b/arch/s390/include/asm/hardirq.h
@@ -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