]> Git Repo - linux.git/commit
timers: Consolidate base->next_timer update
authorThomas Gleixner <[email protected]>
Fri, 25 May 2012 22:08:57 +0000 (22:08 +0000)
committerThomas Gleixner <[email protected]>
Wed, 6 Jun 2012 11:49:01 +0000 (13:49 +0200)
commitfacbb4a7efbd658046bf615f03cd97a1504785d8
tree9264c078252a2246d93f92eef59a0975bcf614a8
parentec44bc7acc3687ba6ae8154b4b5a845b70279237
timers: Consolidate base->next_timer update

Another bunch of mindlessly copied code. All callers of
internal_add_timer() except the recascading code updates
base->next_timer.

Move this into internal_add_timer() and let the cascading code call
__internal_add_timer().

Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Gilad Ben-Yossef <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
kernel/timer.c
This page took 0.053162 seconds and 4 git commands to generate.