sched: Fold updating of the last_update_time_info into update_ts_time_stats()
authorArjan van de Ven <arjan@linux.intel.com>
Sun, 9 May 2010 15:24:03 +0000 (08:24 -0700)
committerIngo Molnar <mingo@elte.hu>
Sun, 9 May 2010 17:35:26 +0000 (19:35 +0200)
commit8d63bf949e330588b80d30ca8f0a27a45297a9e9
treee416fe04ddacdf3fc3e2c9ec6938da0ebbab7ff1
parent8c7b09f43f4bf570654bcc458ce96819a932303c
sched: Fold updating of the last_update_time_info into update_ts_time_stats()

This patch folds the updating of the last_update_time into the
update_ts_time_stats() function, and updates the callers.

This allows for further cleanups that are done in the next
patch.

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: <20100509082403.60072967@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/time/tick-sched.c