aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/au1000/common/time.c
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@hvrlab.org>2006-04-12 09:03:08 +0200
committerRalf Baechle <ralf@linux-mips.org>2006-06-01 00:28:29 +0100
commit343fdc39713d9c2fe836523e8f2dfc6a3ac39122 (patch)
treefe27507b54f570753f9d78f2bd65c84c23042cfe /arch/mips/au1000/common/time.c
parent[MIPS] Fix typo (diff)
downloadlinux-dev-343fdc39713d9c2fe836523e8f2dfc6a3ac39122.tar.xz
linux-dev-343fdc39713d9c2fe836523e8f2dfc6a3ac39122.zip
[MIPS] AU1xxx mips_timer_interrupt() fixes
common/au1000/irq.c was missing a mips_timer_interrupt() prototype, whereas in common/au1000/time.c the actual mips_timer_interrupt() implementation was missing an irq_exit() invocation, causing a preempt_count() leak. Signed-off-by: Herbert Valerio Riedel <hvr@hvrlab.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to '')
-rw-r--r--arch/mips/au1000/common/time.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/au1000/common/time.c b/arch/mips/au1000/common/time.c
index f85f1524b366..f74d66a58a21 100644
--- a/arch/mips/au1000/common/time.c
+++ b/arch/mips/au1000/common/time.c
@@ -116,6 +116,7 @@ void mips_timer_interrupt(struct pt_regs *regs)
null:
ack_r4ktimer(0);
+ irq_exit();
}
#ifdef CONFIG_PM