X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=gettime-thread.c;h=2dc976fb42c7bbb5b4deedc0746d5577bd5c1e0b;hp=65ca83419d0f6f82ba5bab3c270ea81f1cd80c5c;hb=205a719eda8bce43609c151cbe812437aa6552de;hpb=2a2f27b866dea76316f36baa0e318e6f06b99738 diff --git a/gettime-thread.c b/gettime-thread.c index 65ca8341..2dc976fb 100644 --- a/gettime-thread.c +++ b/gettime-thread.c @@ -8,8 +8,10 @@ struct timeval *fio_tv = NULL; int fio_gtod_offload = 0; -static os_cpu_mask_t fio_gtod_cpumask; static pthread_t gtod_thread; +#ifdef FIO_HAVE_CPU_AFFINITY +static os_cpu_mask_t fio_gtod_cpumask; +#endif void fio_gtod_init(void) {