hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/arch/mips/include/asm/mach-generic/irq.h
....@@ -9,7 +9,7 @@
99 #define __ASM_MACH_GENERIC_IRQ_H
1010
1111 #ifndef NR_IRQS
12
-#define NR_IRQS 128
12
+#define NR_IRQS 256
1313 #endif
1414
1515 #ifdef CONFIG_I8259
....@@ -35,11 +35,5 @@
3535 #endif
3636
3737 #endif /* CONFIG_IRQ_MIPS_CPU */
38
-
39
-#ifdef CONFIG_MIPS_GIC
40
-#ifndef MIPS_GIC_IRQ_BASE
41
-#define MIPS_GIC_IRQ_BASE (MIPS_CPU_IRQ_BASE + 8)
42
-#endif
43
-#endif /* CONFIG_MIPS_GIC */
4438
4539 #endif /* __ASM_MACH_GENERIC_IRQ_H */