]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/xen/enlighten.c
x86: rename paravirtualized TSC functions
[linux-2.6-omap-h63xx.git] / arch / x86 / xen / enlighten.c
index 3b980831602c87e53d3232fe6471a829545cfca7..dcd4e51f2f16829e2e9519615606bc93e4a4cd1e 100644 (file)
@@ -1062,7 +1062,7 @@ static const struct pv_time_ops xen_time_ops __initdata = {
 
        .set_wallclock = xen_set_wallclock,
        .get_wallclock = xen_get_wallclock,
-       .get_cpu_khz = xen_cpu_khz,
+       .get_tsc_khz = xen_tsc_khz,
        .sched_clock = xen_sched_clock,
 };