[PATCH] time: x86_64: split x86_64/kernel/time.c up
authorjohn stultz <johnstul@us.ibm.com>
Fri, 16 Feb 2007 09:28:19 +0000 (01:28 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 16 Feb 2007 16:14:00 +0000 (08:14 -0800)
commitc37e7bb5d2ce36ef377caabfced0b132bb1bf6a7
tree3cc175f6922e7921bad5e588dd3046db1a67f996
parent2d0c87c3bc49c60ab5bbac401fb1ef37ff10bbe2
[PATCH] time: x86_64: split x86_64/kernel/time.c up

In preparation for the x86_64 generic time conversion, this patch splits out
TSC and HPET related code from arch/x86_64/kernel/time.c into respective
hpet.c and tsc.c files.

[akpm@osdl.org: fix printk timestamps]
[akpm@osdl.org: cleanup]
Signed-off-by: John Stultz <johnstul@us.ibm.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Andi Kleen <ak@muc.de>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86_64/kernel/Makefile
arch/x86_64/kernel/hpet.c [new file with mode: 0644]
arch/x86_64/kernel/time.c
arch/x86_64/kernel/tsc.c [new file with mode: 0644]
include/asm-x86_64/hpet.h
include/asm-x86_64/timex.h
kernel/tsacct.c