From: Torben Hohn Date: Thu, 27 Jan 2011 14:58:55 +0000 (+0100) Subject: time: Move do_timer() to kernel/time/timekeeping.c X-Git-Tag: v2.6.39-rc1~508^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=871cf1e5f2a17702f58539a3af8b18fc8666ad4c;p=pandora-kernel.git 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 Cc: Peter Zijlstra 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 --- Reading git-diff-tree failed