aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s5pv310
diff options
context:
space:
mode:
authorJongpill Lee <boyko.lee@samsung.com>2010-10-14 10:51:10 +0900
committerKukjin Kim <kgene.kim@samsung.com>2010-10-25 16:06:18 +0900
commit3e7d5e5a4aa7960e977a0434c1203eaff2ac44a4 (patch)
treecd621897433d265bd5dc6d03302695c34912cd03 /arch/arm/mach-s5pv310
parent9616674a3597c2ddc4dbeb620eed63ff06b078f4 (diff)
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>
Diffstat (limited to 'arch/arm/mach-s5pv310')
-rw-r--r--arch/arm/mach-s5pv310/include/mach/irqs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv310/include/mach/irqs.h b/arch/arm/mach-s5pv310/include/mach/irqs.h
index b2acc621566..f301af7127f 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 */