fio: fix s390 nop
[fio.git] / arch / arch-ppc.h
index 8313331f6fd8fd23d59312027b4337197a6252b2..0f043bce5348731a6c5ec3775ded5b027aa715c4 100644 (file)
@@ -112,8 +112,10 @@ extern int tsc_reliable;
 
 static inline int arch_init(char *envp[])
 {
+#if 0
        tsc_reliable = 1;
        atb_clocktest();
+#endif
        return 0;
 }