X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=gettime.c;h=1cbef84b0d765f224309214067fa92f1048c7fed;hb=cae9edd999e5233a1ca54d34cd18d90596f125b6;hp=79455284a30d715b819a779bf3e7943c602eb549;hpb=d25f5ae81c4a5dedf4f5c5a2323a20fe77e5b86f;p=fio.git diff --git a/gettime.c b/gettime.c index 79455284..1cbef84b 100644 --- a/gettime.c +++ b/gettime.c @@ -15,7 +15,7 @@ #if defined(ARCH_HAVE_CPU_CLOCK) #ifndef ARCH_CPU_CLOCK_CYCLES_PER_USEC -static unsigned long cycles_per_msec; +static unsigned long long cycles_per_msec; static unsigned long long cycles_start; static unsigned long long clock_mult; static unsigned long long max_cycles_mask;