aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-clps711x/include
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2012-10-10 11:45:29 -0400
committerArnd Bergmann <arnd@arndb.de>2012-10-25 11:22:34 -0400
commit74fde6de4f33e6d6bc3120ad517b8a4e4eae1851 (patch)
tree199f44057c02740360a2f97d195cc882167f9e9f /arch/arm/mach-clps711x/include
parent66e972b4bd98cdf82ad6d04051a5f508ad73a8dd (diff)
ARM: clps711x: rework IRQ sybsustem initialization
Reworked IRQ subsystem to be able to use some interrupts with "End of interrupt" handler. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-clps711x/include')
-rw-r--r--arch/arm/mach-clps711x/include/mach/irqs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-clps711x/include/mach/irqs.h b/arch/arm/mach-clps711x/include/mach/irqs.h
index 14d215f8ca81..1ea56db2fd5f 100644
--- a/arch/arm/mach-clps711x/include/mach/irqs.h
+++ b/arch/arm/mach-clps711x/include/mach/irqs.h
@@ -34,8 +34,6 @@
34#define IRQ_UMSINT 14 34#define IRQ_UMSINT 14
35#define IRQ_SSEOTI 15 35#define IRQ_SSEOTI 15
36 36
37#define INT1_IRQS (0x0000fff0)
38
39/* 37/*
40 * Interrupts from INTSR2 38 * Interrupts from INTSR2
41 */ 39 */
@@ -45,6 +43,4 @@
45#define IRQ_UTXINT2 (16+12) /* bit 12 */ 43#define IRQ_UTXINT2 (16+12) /* bit 12 */
46#define IRQ_URXINT2 (16+13) /* bit 13 */ 44#define IRQ_URXINT2 (16+13) /* bit 13 */
47 45
48#define INT2_IRQS (0x30070000)
49
50#define NR_IRQS 30 46#define NR_IRQS 30