Files
kernel-tenderloin-3.0/kernel/time
Thomas Gleixner 612e5dbc55 alarmtimers: Fix time comparison
commit c9c024b3f3e07d087974db4c0dc46217fff3a6c0 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-12-21 12:57:34 -08:00
..
2011-12-21 12:57:34 -08:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00