gettime: fixup AMD constant TSC detection
[fio.git] / gettime.c
index 5c0e44576f2b3392fd0c982b2ee35a95c06cec3a..cc9dcb7bea7ab28215e09304b3c32688be8d8f25 100644 (file)
--- a/gettime.c
+++ b/gettime.c
@@ -342,14 +342,6 @@ void fio_clock_init(void)
                log_err("fio: can't create TLS key\n");
 #endif
 
                log_err("fio: can't create TLS key\n");
 #endif
 
-       /*
-        * Probably an AMD issue, will need to investigate. Until that
-        * is done, disable the CPU clock.
-        */
-#if FIO_OS == os_solaris
-       tsc_reliable = 0;
-#endif
-
        fio_clock_source_inited = fio_clock_source;
        calibrate_cpu_clock();
 
        fio_clock_source_inited = fio_clock_source;
        calibrate_cpu_clock();