diff options
Diffstat (limited to 'arch/arm/include/asm/hardirq.h')
-rw-r--r-- | arch/arm/include/asm/hardirq.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/hardirq.h b/arch/arm/include/asm/hardirq.h index 522fb23241ac..923eaa1ba83b 100644 --- a/arch/arm/include/asm/hardirq.h +++ b/arch/arm/include/asm/hardirq.h | |||
@@ -14,6 +14,9 @@ typedef struct { | |||
14 | 14 | ||
15 | #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */ | 15 | #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */ |
16 | 16 | ||
17 | #define __inc_irq_stat(cpu, member) __IRQ_STAT(cpu, member)++ | ||
18 | #define __get_irq_stat(cpu, member) __IRQ_STAT(cpu, member) | ||
19 | |||
17 | #if NR_IRQS > 512 | 20 | #if NR_IRQS > 512 |
18 | #define HARDIRQ_BITS 10 | 21 | #define HARDIRQ_BITS 10 |
19 | #elif NR_IRQS > 256 | 22 | #elif NR_IRQS > 256 |