Go to the documentation of this file.
22 #ifndef _ASM_IA64_NATIVE_IRQ_H
23 #define _ASM_IA64_NATIVE_IRQ_H
25 #define NR_VECTORS 256
27 #if (NR_VECTORS + 32 * NR_CPUS) < 1024
28 #define IA64_NATIVE_NR_IRQS (NR_VECTORS + 32 * NR_CPUS)
30 #define IA64_NATIVE_NR_IRQS 1024