Skip to content

Commit

Permalink
ARM: S5PV310: Update MAX_COMBINER_NR
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jongpill Lee authored and Kukjin Kim committed Oct 25, 2010
1 parent 9616674 commit 3e7d5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-s5pv310/include/mach/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 3e7d5e5

Please sign in to comment.