Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39148
b: refs/heads/master
c: 6554207
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Oct 8, 2006
1 parent 83ad80c commit 1a99f97
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d864b96bb08f88d000cf8f78b5bac93fe631d0f5
refs/heads/master: 65542070de7d6cd307657a71ab1712a6c58c0889
4 changes: 3 additions & 1 deletion trunk/arch/mips/gt64120/common/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* differently than other MIPS interrupts.
*/

static void gt64120_irq(int irq, void *dev_id)
static irqreturn_t gt64120_irq(int irq, void *dev_id)
{
unsigned int irq_src, int_high_src, irq_src_mask, int_high_src_mask;
int handled = 0;
Expand All @@ -43,6 +43,8 @@ static void gt64120_irq(int irq, void *dev_id)

GT_WRITE(GT_INTRCAUSE_OFS, 0);
GT_WRITE(GT_HINTRCAUSE_OFS, 0);

return IRQ_HANDLED;
}

/*
Expand Down

0 comments on commit 1a99f97

Please sign in to comment.