update
[lttv.git] / markers-test / test-mark-speed-edit.c
index d7c70feb5d0cfc3c48f16c84817d7c88a424b35d..a5cbbb8a36866c96c9967091d33af2c30c45b17a 100644 (file)
@@ -90,6 +90,9 @@ static int my_open(struct inode *inode, struct file *file)
        unsigned long flags;
 
        local_irq_save(flags);
+#ifdef CACHEFLUSH
+       wbinvd();       /* initial write back, without cycle count */
+#endif
        rdtsc_barrier();
        cycles1 = get_cycles();
        rdtsc_barrier();
This page took 0.029907 seconds and 4 git commands to generate.