Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68244
b: refs/heads/master
c: f138230
h: refs/heads/master
v: v3
  • Loading branch information
Kristoffer Ericson authored and Paul Mundt committed Sep 21, 2007
1 parent 777ca1f commit eed2a07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eb650d67d8ad0fa16c0c61674d980adb25155358
refs/heads/master: f1382305b9357c8152852d6fcf0d84570d83987a
6 changes: 5 additions & 1 deletion trunk/arch/sh/cchips/hd6446x/hd64461.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
#include <asm/irq.h>
#include <asm/hd64461.h>

/* This belongs in cpu specific */
#define INTC_ICR1 0xA4140010UL

static void disable_hd64461_irq(unsigned int irq)
{
unsigned short nimr;
Expand Down Expand Up @@ -121,7 +124,7 @@ int hd64461_irq_demux(int irq)
}
}
}
return __irq_demux(irq);
return irq;
}

static struct irqaction irq0 = { hd64461_interrupt, IRQF_DISABLED, CPU_MASK_NONE, "HD64461", NULL, NULL };
Expand All @@ -143,6 +146,7 @@ int __init setup_hd64461(void)
#endif
outw(0xffff, HD64461_NIMR);

/* IRQ 80 -> 95 belongs to HD64461 */
for (i = HD64461_IRQBASE; i < HD64461_IRQBASE + 16; i++) {
irq_desc[i].chip = &hd64461_irq_type;
}
Expand Down

0 comments on commit eed2a07

Please sign in to comment.