]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/time_64.c
x86: remove get_cycles_sync
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / time_64.c
index 91d4d495904e4ecd3f7f97617db511b607f3c02b..61b17f5ec8678e9c6aa1fba63af1ded16ab8214f 100644 (file)
@@ -83,7 +83,7 @@ unsigned long __init native_calculate_cpu_khz(void)
        rdtscl(tsc_start);
        do {
                rdmsrl(MSR_K7_PERFCTR0 + i, pmc_now);
-               tsc_now = get_cycles_sync();
+               tsc_now = get_cycles();
        } while ((tsc_now - tsc_start) < TICK_COUNT);
 
        local_irq_restore(flags);