Move timekeeping code to timekeeping.c
authorjohn stultz <johnstul@us.ibm.com>
Tue, 8 May 2007 07:27:59 +0000 (00:27 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 8 May 2007 18:15:06 +0000 (11:15 -0700)
commit8524070b7982d76258942275908b7434cfcab4b4
tree6e63c45c3b9ff6a86ad32b1de7adf48889eb0bfc
parent329c8d84ca1946c037d9859dc251b56d8b1b4630
Move timekeeping code to timekeeping.c

Move the timekeeping code out of kernel/timer.c and into
kernel/time/timekeeping.c.  I made no cleanups or other changes in transit.

[akpm@linux-foundation.org: build fix]
Signed-off-by: John Stultz <johnstul@us.ibm.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/time.h
kernel/time/Makefile
kernel/time/timekeeping.c [new file with mode: 0644]
kernel/timer.c