summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/irq.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/kernel/irq.c')
-rw-r--r--arch/s390/kernel/irq.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/s390/kernel/irq.c b/arch/s390/kernel/irq.c
index 23165e3ba..298aa2482 100644
--- a/arch/s390/kernel/irq.c
+++ b/arch/s390/kernel/irq.c
@@ -45,8 +45,6 @@ int s390_request_irq( unsigned int irq,
const char *devname,
void *dev_id);
-atomic_t nmi_counter;
-
#if 0
/*
* The following vectors are part of the Linux architecture, there
@@ -105,7 +103,7 @@ int get_irq_list(char *buf)
} /* endfor */
- p += sprintf(p, "NMI: %10u\n", atomic_read(&nmi_counter));
+ p += sprintf(p, "NMI: %10u\n", nmi_counter);
#ifdef CONFIG_SMP
p += sprintf(p, "IPI: %10u\n", atomic_read(&ipi_count));
#endif