io_u: we don't need to set power_2 to false
[fio.git] / init.c
diff --git a/init.c b/init.c
index 18538de1537d285623007dc975acf953dc1fce17..54fdb92a4e91c5ecb09812fea9e82b94a23bea8e 100644 (file)
--- a/init.c
+++ b/init.c
@@ -586,7 +586,7 @@ static int fixup_options(struct thread_data *td)
        struct thread_options *o = &td->o;
        int ret = 0;
 
-#ifndef FIO_HAVE_PSHARED_MUTEX
+#ifndef CONFIG_PSHARED
        if (!o->use_thread) {
                log_info("fio: this platform does not support process shared"
                         " mutexes, forcing use of threads. Use the 'thread'"