update
[lttv.git] / markers-test / test-mark-speed-edit.c
index 5b741884fe32e59e6ce26f0f1228971839c48293..7f6d033469044b3d8280f4cd2dbab9c78bac6147 100644 (file)
@@ -105,7 +105,7 @@ static int my_open(struct inode *inode, struct file *file)
        cycles2 = get_cycles();
        rdtsc_barrier();
        local_irq_restore(flags);
-       printk("cycles : %llu\n", (cycles2-cycles1)/20000);
+       printk("cycles : %llu\n", cycles2-cycles1);
        return -EPERM;
 }
 
This page took 0.026946 seconds and 4 git commands to generate.