Skip to content

Commit

Permalink
MIPS: generic: Increase NR_IRQS to 256
Browse files Browse the repository at this point in the history
128 IRQs is not enough to support Ingenic SoCs.

Signed-off-by: Paul Cercueil <[email protected]>
Signed-off-by: Thomas Bogendoerfer <[email protected]>
  • Loading branch information
pcercuei authored and tsbogend committed Sep 18, 2020
1 parent c3e2ee6 commit 02bd530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/include/asm/mach-generic/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02bd530

Please sign in to comment.