kernel_optimize_test/kernel/time
Thomas Gleixner c9c024b3f3 alarmtimers: Fix time comparison
The expiry function compares the timer against current time and does
not expire the timer when the expiry time is >= now. That's wrong. If
the timer is set for now, then it must expire.

Make the condition expiry > now for breaking out the loop.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: John Stultz <john.stultz@linaro.org>
Cc: stable@kernel.org
2011-12-06 11:38:32 +01:00
..
alarmtimer.c alarmtimers: Fix time comparison 2011-12-06 11:38:32 +01:00
clockevents.c clockevents: Set noop handler in clockevents_exchange_device() 2011-12-02 16:07:23 +01:00
clocksource.c
jiffies.c
Kconfig
Makefile
ntp.c
posix-clock.c
tick-broadcast.c tick-broadcast: Stop active broadcast device when replacing it 2011-12-02 16:06:54 +01:00
tick-common.c
tick-internal.h
tick-oneshot.c
tick-sched.c
timecompare.c
timeconv.c
timekeeping.c
timer_list.c
timer_stats.c