arch: tsc_reliable can be a bool
[fio.git] / arch / arch-ppc.h
index 4a8aa97c4d9dbc01bd427e6c49e10fefbe5c41ac..ba452b15b1fff30e92e62820b1301ab42cf100ed 100644 (file)
@@ -117,12 +117,12 @@ static void atb_clocktest(void)
 #endif
 
 #define ARCH_HAVE_INIT
-extern int tsc_reliable;
+extern bool tsc_reliable;
 
 static inline int arch_init(char *envp[])
 {
 #if 0
-       tsc_reliable = 1;
+       tsc_reliable = true;
        atb_clocktest();
 #endif
        return 0;