Skip to content

Commit

Permalink
MIPS: Markeins: Remove unnecessary define and cleanup comments, etc.
Browse files Browse the repository at this point in the history
Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Shinya Kuribayashi authored and Ralf Baechle committed Oct 27, 2008
1 parent 49618d6 commit d1a8e2a
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions arch/mips/emma/markeins/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -347,5 +329,3 @@ asmlinkage void plat_irq_dispatch(void)
else
spurious_interrupt();
}


0 comments on commit d1a8e2a

Please sign in to comment.