[PATCH -mm] avr32: missing conversion of do_timer() argument

From: Atsushi Nemoto
Date: Sun Aug 13 2006 - 10:06:44 EST


This patch could be folded into
simplify-update_times-avoid-jiffies-jiffies_64-aliasing-problem.patch
in 2.6.18-rc4-mm1.


do_timer() take "ticks" argument instead of "regs".

Signed-off-by: Atsushi Nemoto <anemo@xxxxxxxxxxxxx>

--- linux-2.6.18-rc4-mm1.org/arch/avr32/kernel/time.c 2006-08-13 22:59:22.400023000 +0900
+++ linux-2.6.18-rc4-mm1/arch/avr32/kernel/time.c 2006-08-13 23:01:02.415818456 +0900
@@ -148,7 +148,7 @@ timer_interrupt(int irq, void *dev_id, s
* Call the generic timer interrupt handler
*/
write_seqlock(&xtime_lock);
- do_timer(regs);
+ do_timer(1);
write_sequnlock(&xtime_lock);

/*
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/