From: Paul Cercueil Date: Sun, 6 Sep 2020 19:29:30 +0000 (+0200) Subject: MIPS: generic: Increase NR_IRQS to 256 X-Git-Tag: v5.10-rc1~103^2~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02bd530f888c;p=thirdparty%2Fkernel%2Flinux.git MIPS: generic: Increase NR_IRQS to 256 128 IRQs is not enough to support Ingenic SoCs. Signed-off-by: Paul Cercueil Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/include/asm/mach-generic/irq.h b/arch/mips/include/asm/mach-generic/irq.h index 72ac2c202c555..079889ced4f37 100644 --- a/arch/mips/include/asm/mach-generic/irq.h +++ b/arch/mips/include/asm/mach-generic/irq.h @@ -9,7 +9,7 @@ #define __ASM_MACH_GENERIC_IRQ_H #ifndef NR_IRQS -#define NR_IRQS 128 +#define NR_IRQS 256 #endif #ifdef CONFIG_I8259