Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / tools / perf / bench / mem-memcpy.c
index 52e646e3e87378d949e3ebc8da2aea88a8b42dd1..38dae7465142fdb86037cbae95a85a3ede9e24ed 100644 (file)
@@ -23,7 +23,7 @@
 
 static const char      *length_str     = "1MB";
 static const char      *routine        = "default";
-static int             use_clock       = 0;
+static bool            use_clock       = false;
 static int             clock_fd;
 
 static const struct option options[] = {