arch: tsc_reliable can be a bool
[fio.git] / arch / arch-x86-common.h
index cbf66b8d04c18c63566dadff2d06e40a90fd8f69..c51c04c2d1b5f3a9958092ba05e468307e3cc42d 100644 (file)
@@ -14,7 +14,7 @@ static inline void cpuid(unsigned int op,
 
 #define ARCH_HAVE_INIT
 
-extern int tsc_reliable;
+extern bool tsc_reliable;
 extern int arch_random;
 
 static inline void arch_init_intel(unsigned int level)