x86: Move calibrate_cpu to tsc.c
authorThomas Gleixner <tglx@linutronix.de>
Thu, 20 Aug 2009 14:27:41 +0000 (16:27 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 31 Aug 2009 07:35:46 +0000 (09:35 +0200)
commit08047c4f1740c7cee75d58e2919d48c09f951649
treeffaf378e4be6dec0ef572f30385c1c545c7df494
parent454ede7eebf91b92ab1eafe10c6b6ed04de29bf8
x86: Move calibrate_cpu to tsc.c

Move the code where it's only user is. Also we need to look whether
this hardwired hackery might interfere with perfcounters.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/include/asm/time.h
arch/x86/kernel/time_32.c
arch/x86/kernel/time_64.c
arch/x86/kernel/tsc.c