aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include/asm/hardirq.h')
-rw-r--r--arch/arm/include/asm/hardirq.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm/include/asm/hardirq.h b/arch/arm/include/asm/hardirq.h
index 89ad1805e579..436e60b2cf7a 100644
--- a/arch/arm/include/asm/hardirq.h
+++ b/arch/arm/include/asm/hardirq.h
@@ -9,9 +9,6 @@
9 9
10typedef struct { 10typedef struct {
11 unsigned int __softirq_pending; 11 unsigned int __softirq_pending;
12#ifdef CONFIG_LOCAL_TIMERS
13 unsigned int local_timer_irqs;
14#endif
15#ifdef CONFIG_SMP 12#ifdef CONFIG_SMP
16 unsigned int ipi_irqs[NR_IPI]; 13 unsigned int ipi_irqs[NR_IPI];
17#endif 14#endif
@@ -30,23 +27,6 @@ u64 smp_irq_stat_cpu(unsigned int cpu);
30 27
31#define arch_irq_stat_cpu smp_irq_stat_cpu 28#define arch_irq_stat_cpu smp_irq_stat_cpu
32 29
33#if NR_IRQS > 512
34#define HARDIRQ_BITS 10
35#elif NR_IRQS > 256
36#define HARDIRQ_BITS 9
37#else
38#define HARDIRQ_BITS 8
39#endif
40
41/*
42 * The hardirq mask has to be large enough to have space
43 * for potentially all IRQ sources in the system nesting
44 * on a single CPU:
45 */
46#if (1 << HARDIRQ_BITS) < NR_IRQS
47# error HARDIRQ_BITS is too low!
48#endif
49
50#define __ARCH_IRQ_EXIT_IRQS_DISABLED 1 30#define __ARCH_IRQ_EXIT_IRQS_DISABLED 1
51 31
52#endif /* __ASM_HARDIRQ_H */ 32#endif /* __ASM_HARDIRQ_H */