]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit78d9e0ff4332bbe56ed9e8f7997f8bc78b9b3ffb
tree6e63c45c3b9ff6a86ad32b1de7adf48889eb0bfc
parent72203fbb6eac5fef970c5f83939e587be8783b2b
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