summary refs log tree commit diff
diff options
context:
space:
mode:
authorShinya Kuribayashi <skuribay@ruby.dti.ne.jp>2008-10-24 01:36:33 +0900
committerRalf Baechle <ralf@linux-mips.org>2008-10-27 16:18:31 +0000
commitd1a8e2a6da5bea09452495748891a4ea9e42035e (patch)
treeaaf5ddc74f7d3b2ba28d13fb5872a8ec9d2a46e9
parent49618d652b2fe9c63808c7a2cc7089aa594cf521 (diff)
downloadlinux-d1a8e2a6da5bea09452495748891a4ea9e42035e.tar.gz
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>
-rw-r--r--arch/mips/emma/markeins/irq.c20
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 @@
 
 #include <asm/emma/emma2rh.h>
 
-/* number of total irqs supported by EMMA2RH */
-#define	NUM_EMMA2RH_IRQ		96
-
-/*
- * IRQ mapping
- *
- *  0-7: 8 CPU interrupts
- *	0 -	software interrupt 0
- *	1 - 	software interrupt 1
- *	2 - 	most Vrc5477 interrupts are routed to this pin
- *	3 - 	(optional) some other interrupts routed to this pin for debugg
- *	4 - 	not used
- *	5 - 	not used
- *	6 - 	not used
- *	7 - 	cpu timer (used by default)
- *
- */
-
 static void emma2rh_irq_enable(unsigned int irq)
 {
 	u32 reg_value;
@@ -347,5 +329,3 @@ asmlinkage void plat_irq_dispatch(void)
 	else
 		spurious_interrupt();
 }
-
-