From: Thomas Gleixner Date: Fri, 25 May 2012 22:08:57 +0000 (+0000) Subject: timers: Consolidate base->next_timer update X-Git-Tag: v3.6-rc2~37^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=facbb4a7efbd658046bf615f03cd97a1504785d8;p=pandora-kernel.git 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 Cc: Peter Zijlstra Cc: Gilad Ben-Yossef Cc: Frederic Weisbecker Link: http://lkml.kernel.org/r/20120525214819.189946224@linutronix.de --- Reading git-diff-tree failed