time: Move do_timer() to kernel/time/timekeeping.c
authorTorben Hohn <torbenh@gmx.de>
Thu, 27 Jan 2011 14:58:55 +0000 (15:58 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 31 Jan 2011 13:55:41 +0000 (14:55 +0100)
commit871cf1e5f2a17702f58539a3af8b18fc8666ad4c
treeda80fbad2c79dee33d4ac559c8881ce4c77476b7
parent70d1f365568e0cdbc9f4ab92428e1830fdb09ab0
time: Move do_timer() to kernel/time/timekeeping.c

do_timer() is primary timekeeping related. calc_global_load() is
called from do_timer() as well, but that's more for historical
reasons.

[ tglx: Fixed up the calc_global_load() reject andmassaged changelog ]

Signed-off-by: Torben Hohn <torbenh@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: johnstul@us.ibm.com
Cc: yong.zhang0@gmail.com
Cc: hch@infradead.org
LKML-Reference: <20110127145855.23248.56933.stgit@localhost>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/time.h
kernel/time/timekeeping.c
kernel/timer.c