Go to the documentation of this file.
5 #include <asm/machvec.h>
12 #ifdef CONFIG_SPARSE_IRQ
24 #define NO_IRQ_IGNORE ((unsigned int)-1)
38 static inline int generic_irq_demux(
int irq)
43 #define irq_demux(irq) sh_mv.mv_irq_demux(irq)
50 #ifdef CONFIG_IRQSTACKS
53 # define __ARCH_HAS_DO_SOFTIRQ
55 # define irq_ctx_init(cpu) do { } while (0)
56 # define irq_ctx_exit(cpu) do { } while (0)
59 #ifdef CONFIG_INTC_BALANCING
60 extern unsigned int irq_lookup(
unsigned int irq);
63 #define irq_lookup(irq) (irq)
64 #define irq_finish(irq) do { } while (0)