summaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/hardirq.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/include/asm/hardirq.h')
-rw-r--r--arch/sh/include/asm/hardirq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/include/asm/hardirq.h b/arch/sh/include/asm/hardirq.h
index 715ee237fc77..48b191313a99 100644
--- a/arch/sh/include/asm/hardirq.h
+++ b/arch/sh/include/asm/hardirq.h
@@ -4,9 +4,9 @@
#include <linux/threads.h>
#include <linux/irq.h>
-/* entry.S is sensitive to the offsets of these fields */
typedef struct {
unsigned int __softirq_pending;
+ unsigned int __nmi_count; /* arch dependent */
} ____cacheline_aligned irq_cpustat_t;
#include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */