| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH 12/12] MIPS: Markeins: Remove unnecessary define and cleanup comments, etc. |
| From: | Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> |
| Date: | Fri, 24 Oct 2008 01:36:33 +0900 |
| Cc: | shinya.kuribayashi@necel.com |
| In-reply-to: | <4900A510.3000101@ruby.dti.ne.jp> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <4900A510.3000101@ruby.dti.ne.jp> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Thunderbird 2.0.0.17 (X11/20080925) |
Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
---
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 9d6c866..c2583ec 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();
}
-
-
|
| Previous by Date: | [PATCH 11/12] MIPS: Markeins: Extract ll_emma2rh_* functions, Shinya Kuribayashi |
|---|---|
| Next by Date: | Re: [PATCH] TXx9: Add TX4938 ATA support (v2), Sergei Shtylyov |
| Previous by Thread: | [PATCH 11/12] MIPS: Markeins: Extract ll_emma2rh_* functions, Shinya Kuribayashi |
| Next by Thread: | [PATCH 02/12] MIPS: EMMA Kconfig reorganization, Shinya Kuribayashi |
| Indexes: | [Date] [Thread] [Top] [All Lists] |