Go to the documentation of this file.
10 #ifndef __ASM_ARM_MACH_IRQ_H
11 #define __ASM_ARM_MACH_IRQ_H
23 #ifdef CONFIG_MULTI_IRQ_HANDLER
30 #define do_bad_IRQ(irq,desc) \
32 raw_spin_lock(&desc->lock); \
33 handle_bad_irq(irq, desc); \
34 raw_spin_unlock(&desc->lock); \
42 static inline void chained_irq_enter(
struct irq_chip *
chip,
58 static inline void chained_irq_exit(
struct irq_chip *
chip,