MIPS: generic: Increase NR_IRQS to 256

128 IRQs is not enough to support Ingenic SoCs.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
Paul Cercueil 2020-09-06 21:29:30 +02:00 committed by Thomas Bogendoerfer
parent c3e2ee6574
commit 02bd530f88

View File

@ -9,7 +9,7 @@
#define __ASM_MACH_GENERIC_IRQ_H #define __ASM_MACH_GENERIC_IRQ_H
#ifndef NR_IRQS #ifndef NR_IRQS
#define NR_IRQS 128 #define NR_IRQS 256
#endif #endif
#ifdef CONFIG_I8259 #ifdef CONFIG_I8259