diff options
author | Paul Cercueil <paul@crapouillou.net> | 2020-09-06 21:29:30 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-09-18 16:33:35 +0200 |
commit | 02bd530f888c6d6ba4995c3afcd10f87c136f173 (patch) | |
tree | d7f4eaa213d9a2a38d11cfbb51d76be9418474d9 /arch/mips/include/asm/mach-generic | |
parent | c3e2ee657418f4f2bff1269c0550f8135ed0c927 (diff) |
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>
Diffstat (limited to 'arch/mips/include/asm/mach-generic')
-rw-r--r-- | arch/mips/include/asm/mach-generic/irq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mach-generic/irq.h b/arch/mips/include/asm/mach-generic/irq.h index 72ac2c202c55..079889ced4f3 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 |