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 <[email protected]>
--- 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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]