[patch 0/4] timers: Fix get_next_timer_interrupt() proper

From: Thomas Gleixner
Date: Fri May 25 2012 - 18:09:37 EST


This series was inspired by the patch Gilad sent to fix a shortcoming
in get_next_timer_interrupt().

Instead of working around the problem I think it's better to avoid it
completely.

The fix is on top of a consolidation of the mindlessly copied code in
various timer API functions. Even with the added functionality that
makes the obj code footprint shrink

text data bss dec hex filename
18589 3682 8257 30528 7740 ../build/kernel/timer.o
17997 3682 8257 29936 74f0 ../build/kernel/timer.o

Thanks,

tglx
----
timer.c | 110 +++++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 61 insertions(+), 49 deletions(-)

--
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/