ppc: disable CPU clock until we can detect whether we have it or not
[fio.git] / arch / arch-ppc.h
index 6c1029c8f9e96e8f6a27f4996eb903635c28abf7..0f043bce5348731a6c5ec3775ded5b027aa715c4 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef ARCH_PPC_H
-#define ARCH_PPH_H
+#define ARCH_PPC_H
 
 #include <unistd.h>
 #include <stdlib.h>
@@ -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;
 }