Merge branch 'x86/cpu' into x86/core
[deliverable/linux.git] / arch / x86 / xen / time.c
index 64f0038b955828a56cae943ff8d6431b51ccb90c..685b77470fc3612c45549018303808cb5cf628f3 100644 (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 =
This page took 0.025694 seconds and 5 git commands to generate.