[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120525214617.051888729@linutronix.de>
Date: Fri, 25 May 2012 22:08:56 -0000
From: Thomas Gleixner <tglx@...utronix.de>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Peter Zijlstra <peterz@...radead.org>,
Gilad Ben-Yossef <gilad@...yossef.com>,
Frederic Weisbecker <fweisbec@...il.com>
Subject: [patch 0/4] timers: Fix get_next_timer_interrupt() proper
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists