pre_read fixes
[fio.git] / engines / cpu.c
index c8eb6b30bf286e03c2a41d712d32e032eb51aa18..8bc9fd5c3c8c8919d4618bf6f149fb5b142093a6 100644 (file)
@@ -9,7 +9,7 @@
 
 static int fio_cpuio_queue(struct thread_data *td, struct io_u fio_unused *io_u)
 {
-       __usec_sleep(td->o.cpucycle);
+       usec_spin(td->o.cpucycle);
        return FIO_Q_COMPLETED;
 }