projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d864b96
)
[MIPS] Fix return type of gt64120_irq.
author
Ralf Baechle
<ralf@linux-mips.org>
Sun, 8 Oct 2006 22:56:13 +0000
(23:56 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sun, 8 Oct 2006 23:15:28 +0000
(
00:15
+0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/gt64120/common/time.c
patch
|
blob
|
history
diff --git
a/arch/mips/gt64120/common/time.c
b/arch/mips/gt64120/common/time.c
index
b203169
..
efafabd
100644
(file)
--- a/
arch/mips/gt64120/common/time.c
+++ b/
arch/mips/gt64120/common/time.c
@@
-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;
@@
-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;
}
/*