aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv310/include/mach
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s5pv310/include/mach')
-rw-r--r--arch/arm/mach-s5pv310/include/mach/irqs.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/arch/arm/mach-s5pv310/include/mach/irqs.h b/arch/arm/mach-s5pv310/include/mach/irqs.h
index f301af7127f..fa7a8a3f463 100644
--- a/arch/arm/mach-s5pv310/include/mach/irqs.h
+++ b/arch/arm/mach-s5pv310/include/mach/irqs.h
@@ -3,7 +3,7 @@
3 * Copyright (c) 2010 Samsung Electronics Co., Ltd. 3 * Copyright (c) 2010 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com/ 4 * http://www.samsung.com/
5 * 5 *
6 * S5PV210 - IRQ definitions 6 * S5PV310 - IRQ definitions
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as 9 * it under the terms of the GNU General Public License version 2 as
@@ -85,10 +85,15 @@
85 85
86#define IRQ_ONENAND_AUDI COMBINER_IRQ(34, 0) 86#define IRQ_ONENAND_AUDI COMBINER_IRQ(34, 0)
87 87
88/* Set the default NR_IRQS */ 88#define MAX_COMBINER_NR 40
89 89
90#define NR_IRQS COMBINER_IRQ(MAX_COMBINER_NR, 0) 90#define S5P_IRQ_EINT_BASE COMBINER_IRQ(MAX_COMBINER_NR, 0)
91 91
92#define MAX_COMBINER_NR 40 92#define S5P_EINT_BASE1 (S5P_IRQ_EINT_BASE + 0)
93#define S5P_EINT_BASE2 (S5P_IRQ_EINT_BASE + 16)
94
95/* Set the default NR_IRQS */
96
97#define NR_IRQS (S5P_IRQ_EINT_BASE + 32)
93 98
94#endif /* __ASM_ARCH_IRQS_H */ 99#endif /* __ASM_ARCH_IRQS_H */