kernel/arch/mips/include/asm/mach-generic/irq.h
.. .. @@ -9,7 +9,7 @@ 9 9 #define __ASM_MACH_GENERIC_IRQ_H 10 10 11 11 #ifndef NR_IRQS 12 -#define NR_IRQS 12812 +#define NR_IRQS 25613 13 #endif 14 14 15 15 #ifdef CONFIG_I8259 .. .. @@ -35,11 +35,5 @@ 35 35 #endif 36 36 37 37 #endif /* CONFIG_IRQ_MIPS_CPU */ 38 -39 -#ifdef CONFIG_MIPS_GIC40 -#ifndef MIPS_GIC_IRQ_BASE41 -#define MIPS_GIC_IRQ_BASE (MIPS_CPU_IRQ_BASE + 8)42 -#endif43 -#endif /* CONFIG_MIPS_GIC */44 38 45 39 #endif /* __ASM_MACH_GENERIC_IRQ_H */