Browse Source

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 <boyko.lee@samsung.com>
Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Jongpill Lee 14 years ago
parent
commit
3e7d5e5a4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/mach-s5pv310/include/mach/irqs.h

+ 1 - 1
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 */