diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-11-08 17:43:44 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-11-08 17:43:44 -0500 |
commit | 72274c9e24d58d09489d37e732545e52395da270 (patch) | |
tree | 9c47a583b38a4996bda2dbe182547f8409bb65e8 /include/asm-arm/hardirq.h | |
parent | 5285eb57c9a20d8df2569c770ff6048c3202cc91 (diff) | |
parent | 37ee16ae93a3e4ae7dd51beb81d249f5f12a55c2 (diff) |
Merge with ARM SMP tree
Diffstat (limited to 'include/asm-arm/hardirq.h')
-rw-r--r-- | include/asm-arm/hardirq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/hardirq.h b/include/asm-arm/hardirq.h index e5ccb6b8ff83..1cbb173bf5b1 100644 --- a/include/asm-arm/hardirq.h +++ b/include/asm-arm/hardirq.h | |||
@@ -8,6 +8,7 @@ | |||
8 | 8 | ||
9 | typedef struct { | 9 | typedef struct { |
10 | unsigned int __softirq_pending; | 10 | unsigned int __softirq_pending; |
11 | unsigned int local_timer_irqs; | ||
11 | } ____cacheline_aligned irq_cpustat_t; | 12 | } ____cacheline_aligned irq_cpustat_t; |
12 | 13 | ||
13 | #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */ | 14 | #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */ |