arch: tsc_reliable can be a bool
[fio.git] / arch / arch-s390.h
index 2e84bf8ad45744ec6d74c7ed09918d83565f9c32..6bf033b00a84d4208ec5f83a0b084d5cf961ed07 100644 (file)
@@ -28,10 +28,10 @@ static inline unsigned long long get_cpu_clock(void)
 #undef ARCH_CPU_CLOCK_WRAPS
 
 #define ARCH_HAVE_INIT
 #undef ARCH_CPU_CLOCK_WRAPS
 
 #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;
 }