From 1a99f97bdbe1933169da197271ccd2094967fb74 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sun, 8 Oct 2006 23:56:13 +0100 Subject: [PATCH] --- yaml --- r: 39148 b: refs/heads/master c: 65542070de7d6cd307657a71ab1712a6c58c0889 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/gt64120/common/time.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7b6b0df992ad..70fb85431259 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d864b96bb08f88d000cf8f78b5bac93fe631d0f5 +refs/heads/master: 65542070de7d6cd307657a71ab1712a6c58c0889 diff --git a/trunk/arch/mips/gt64120/common/time.c b/trunk/arch/mips/gt64120/common/time.c index b203169f19ce..efafabdd5bbf 100644 --- a/trunk/arch/mips/gt64120/common/time.c +++ b/trunk/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; } /*