From 3e7d5e5a4aa7960e977a0434c1203eaff2ac44a4 Mon Sep 17 00:00:00 2001 From: Jongpill Lee Date: Thu, 14 Oct 2010 10:51:10 +0900 Subject: [PATCH] ARM: S5PV310: Update MAX_COMBINER_NR This patch updates MAX_COMBINER_NR from 39 to 40 because S5PV310 need 39th combiner for including EINT16_31. Signed-off-by: Jongpill Lee Signed-off-by: Sangbeom Kim Signed-off-by: Kukjin Kim --- arch/arm/mach-s5pv310/include/mach/irqs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-s5pv310/include/mach/irqs.h b/arch/arm/mach-s5pv310/include/mach/irqs.h index b2acc6215667..f301af7127f7 100644 --- a/arch/arm/mach-s5pv310/include/mach/irqs.h +++ b/arch/arm/mach-s5pv310/include/mach/irqs.h @@ -89,6 +89,6 @@ #define NR_IRQS COMBINER_IRQ(MAX_COMBINER_NR, 0) -#define MAX_COMBINER_NR 39 +#define MAX_COMBINER_NR 40 #endif /* __ASM_ARCH_IRQS_H */ -- 2.39.5