Go to the documentation of this file.
7 #ifndef _ASM_PARISC_IRQ_H
8 #define _ASM_PARISC_IRQ_H
11 #include <asm/types.h>
16 #define GSC_IRQ_BASE 16
17 #define GSC_IRQ_MAX 63
18 #define CPU_IRQ_BASE 64
20 #define CPU_IRQ_BASE 16
23 #define TIMER_IRQ (CPU_IRQ_BASE + 0)
24 #define IPI_IRQ (CPU_IRQ_BASE + 1)
25 #define CPU_IRQ_MAX (CPU_IRQ_BASE + (BITS_PER_LONG - 1))
27 #define NR_IRQS (CPU_IRQ_MAX + 1)
31 return (irq == 2) ? 9 :
irq;