]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[MIPS] AU1xxx mips_timer_interrupt() fixes
authorHerbert Valerio Riedel <hvr@hvrlab.org>
Wed, 12 Apr 2006 07:03:08 +0000 (09:03 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 31 May 2006 23:28:29 +0000 (00:28 +0100)
commit343fdc39713d9c2fe836523e8f2dfc6a3ac39122
treefe27507b54f570753f9d78f2bd65c84c23042cfe
parent477654fc5d5078d2213817609e68e8c968293261
[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>
arch/mips/au1000/common/irq.c
arch/mips/au1000/common/time.c