x86: rename paravirtualized TSC functions

Rename the paravirtualized calculate_cpu_khz to calibrate_tsc.
In all cases, we actually calibrate_tsc and use that as the cpu_khz value.

Signed-off-by: Alok N Kataria <akataria@vmware.com>
Signed-off-by: Dan Hecht <dhecht@vmware.com>
Cc: Dan Hecht <dhecht@vmware.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Alok Kataria
2008-07-01 11:43:36 -07:00
committed by Ingo Molnar
parent 8fbbc4b45c
commit e93ef949fd
11 changed files with 22 additions and 26 deletions

View File

@@ -197,8 +197,8 @@ unsigned long long xen_sched_clock(void)
}
/* Get the CPU speed from Xen */
unsigned long xen_cpu_khz(void)
/* Get the TSC speed from Xen */
unsigned long xen_tsc_khz(void)
{
u64 xen_khz = 1000000ULL << 32;
const struct pvclock_vcpu_time_info *info =