dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/kernel/time
David S. Miller 3494c16676 [TICK] tick-common: Fix one-shot handling in tick_handle_periodic().
When clockevents_program_event() is given an expire time in the
past, it does not update dev->next_event, so this looping code
would loop forever once the first in-the-past expiration time
was used.

Keep advancing "next" locally to fix this bug.

Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-02-26 11:14:15 -08:00
..
Kconfig [PATCH] hrtimers: add high resolution timer support 2007-02-16 08:13:59 -08:00
Makefile [PATCH] Add debugging feature /proc/timer_list 2007-02-16 08:13:59 -08:00
clockevents.c [PATCH] clockevents: add core functionality 2007-02-16 08:13:59 -08:00
clocksource.c [PATCH] tick-management: dyntick / highres functionality 2007-02-16 08:13:59 -08:00
jiffies.c [PATCH] clocksource: replace is_continuous by a flag field 2007-02-16 08:13:57 -08:00
ntp.c [PATCH] HZ free ntp 2007-02-16 08:13:56 -08:00
tick-broadcast.c [PATCH] Add debugging feature /proc/timer_list 2007-02-16 08:13:59 -08:00
tick-common.c [TICK] tick-common: Fix one-shot handling in tick_handle_periodic(). 2007-02-26 11:14:15 -08:00
tick-internal.h [PATCH] tick-management: dyntick / highres functionality 2007-02-16 08:13:59 -08:00
tick-oneshot.c [PATCH] tick-management: dyntick / highres functionality 2007-02-16 08:13:59 -08:00
tick-sched.c [TIME] tick-sched: Add missing asm/irq_regs.h include. 2007-02-26 11:13:49 -08:00
timer_list.c [PATCH] Add debugging feature /proc/timer_list 2007-02-16 08:13:59 -08:00
timer_stats.c [PATCH] Add debugging feature /proc/timer_stat 2007-02-16 08:13:59 -08:00