From: John Stultz Date: Tue, 21 Sep 2010 00:42:46 +0000 (-0700) Subject: timers: Introduce timerlist infrastructure. X-Git-Tag: v2.6.38-rc1~416^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87de5ac782761a3ebf806e434e8c9cc205a87274;p=pandora-kernel.git timers: Introduce timerlist infrastructure. The timerlist infrastructure is a thin layer over the rbtree code that implements a simple list of timers sorted by an expires value, and a getnext function that provides a pointer to the earliest timer. This infrastructure allows drivers and other kernel infrastructure to easily implement timers without duplicating code. Signed-off-by: John Stultz LKML Reference: <1290136329-18291-2-git-send-email-john.stultz@linaro.org> Reviewed-by: Thomas Gleixner CC: Alessandro Zummo CC: Thomas Gleixner CC: Richard Cochran --- Reading git-diff-tree failed