summaryrefslogtreecommitdiffstats
path: root/kernel/time/timer_list.c
diff options
context:
space:
mode:
authorArjan van de Ven2010-05-09 17:24:39 +0200
committerIngo Molnar2010-05-09 19:35:26 +0200
commite0e37c200f1357db0dd986edb359c41c57d24f6e (patch)
tree9f799889b2166528e4b264f3c58a52d1edbd4bdf /kernel/time/timer_list.c
parentsched: Fold updating of the last_update_time_info into update_ts_time_stats() (diff)
downloadkernel-qcow2-linux-e0e37c200f1357db0dd986edb359c41c57d24f6e.tar.gz
kernel-qcow2-linux-e0e37c200f1357db0dd986edb359c41c57d24f6e.tar.xz
kernel-qcow2-linux-e0e37c200f1357db0dd986edb359c41c57d24f6e.zip
sched: Eliminate the ts->idle_lastupdate field
Now that the only user of ts->idle_lastupdate is update_ts_time_stats(), the entire field can be eliminated. In update_ts_time_stats(), idle_lastupdate is first set to "now", and a few lines later, the only user is an if() statement that assigns a variable either to "now" or to ts->idle_lastupdate, which has the value of "now" at that point. Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Reviewed-by: Rik van Riel <riel@redhat.com> Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: davej@redhat.com LKML-Reference: <20100509082439.2fab0b4f@infradead.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/time/timer_list.c')
0 files changed, 0 insertions, 0 deletions