diff options
author | Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> | 2008-10-23 12:36:33 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-27 12:18:31 -0400 |
commit | d1a8e2a6da5bea09452495748891a4ea9e42035e (patch) | |
tree | aaf5ddc74f7d3b2ba28d13fb5872a8ec9d2a46e9 /arch | |
parent | 49618d652b2fe9c63808c7a2cc7089aa594cf521 (diff) |
MIPS: Markeins: Remove unnecessary define and cleanup comments, etc.
Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/emma/markeins/irq.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/mips/emma/markeins/irq.c b/arch/mips/emma/markeins/irq.c index 9d6c8667ee49..c2583ecc93cf 100644 --- a/arch/mips/emma/markeins/irq.c +++ b/arch/mips/emma/markeins/irq.c | |||
@@ -37,24 +37,6 @@ | |||
37 | 37 | ||
38 | #include <asm/emma/emma2rh.h> | 38 | #include <asm/emma/emma2rh.h> |
39 | 39 | ||
40 | /* number of total irqs supported by EMMA2RH */ | ||
41 | #define NUM_EMMA2RH_IRQ 96 | ||
42 | |||
43 | /* | ||
44 | * IRQ mapping | ||
45 | * | ||
46 | * 0-7: 8 CPU interrupts | ||
47 | * 0 - software interrupt 0 | ||
48 | * 1 - software interrupt 1 | ||
49 | * 2 - most Vrc5477 interrupts are routed to this pin | ||
50 | * 3 - (optional) some other interrupts routed to this pin for debugg | ||
51 | * 4 - not used | ||
52 | * 5 - not used | ||
53 | * 6 - not used | ||
54 | * 7 - cpu timer (used by default) | ||
55 | * | ||
56 | */ | ||
57 | |||
58 | static void emma2rh_irq_enable(unsigned int irq) | 40 | static void emma2rh_irq_enable(unsigned int irq) |
59 | { | 41 | { |
60 | u32 reg_value; | 42 | u32 reg_value; |
@@ -347,5 +329,3 @@ asmlinkage void plat_irq_dispatch(void) | |||
347 | else | 329 | else |
348 | spurious_interrupt(); | 330 | spurious_interrupt(); |
349 | } | 331 | } |
350 | |||
351 | |||