move everything out of trunk
[lttv.git] / tests / kernel / test-tsc-sync.c
index 200839abb7226cf24a17f175f9f4ae51ae4730ba..14cd008b3c59372acad35148ad88fa706bbbe79f 100644 (file)
@@ -24,7 +24,7 @@ static void test_each(void *info)
        atomic_dec(&kernel_threads_to_run);
        while(atomic_read(&kernel_threads_to_run))
                cpu_relax();
-       __get_cpu_var(count) = get_cycles();
+       __get_cpu_var(count) = get_cycles_sync();
        local_irq_restore(flags);
 }
 
This page took 0.024176 seconds and 4 git commands to generate.