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.15~2651^2~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02bd530f888c6d6ba4995c3afcd10f87c136f173;p=platform%2Fkernel%2Flinux-starfive.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 72ac2c2..079889c 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