x86: unify timex.h variants
authorThomas Gleixner <tglx@linutronix.de>
Fri, 12 Oct 2007 21:04:23 +0000 (23:04 +0200)
committerThomas Gleixner <tglx@inhelltoy.tec.linutronix.de>
Fri, 12 Oct 2007 21:04:23 +0000 (23:04 +0200)
commit2f0798a3b1c2155b8f30858e853557aef9da2e4e
treea7a8c08d84dea9bef33e02eeccd499a6e8f6fc75
parent5d5a2989b72847e1f5763420ea31383ca63ebf53
x86: unify timex.h variants

Combine the timex.h variants and move the TSC related code into tsc.h.
Move the set_cyc2ns_scale() call into the tsc calibraction code, where
it belongs.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
arch/x86/kernel/time_64.c
arch/x86/kernel/tsc_64.c
include/asm-x86/timex.h
include/asm-x86/timex_32.h [deleted file]
include/asm-x86/timex_64.h [deleted file]
include/asm-x86/tsc.h