arch: tsc_reliable can be a bool
[fio.git] / arch / arch-ia64.h
index 53c049fdf1866f11f4ddd517a8b9deaa2326dcc4..ece3f7e2291c7dbfc20f88eeb035fdbe8ddf332e 100644 (file)
@@ -28,10 +28,10 @@ static inline unsigned long long get_cpu_clock(void)
 }
 
 #define ARCH_HAVE_INIT
 }
 
 #define ARCH_HAVE_INIT
-extern int tsc_reliable;
+extern bool tsc_reliable;
 static inline int arch_init(char *envp[])
 {
 static inline int arch_init(char *envp[])
 {
-       tsc_reliable = 1;
+       tsc_reliable = true;
        return 0;
 }
 
        return 0;
 }