cpus_allowed: use __NRPROCESSORS_CONF instead of __SC_NPROCESSORS_ONLN for non-sequen...
[fio.git] / t / dedupe.c
index d21e96f4d991201189a3e0cb82f68b6326b25a19..02e52b742ee33730e94c42c4ca6741f9b17f5eaf 100644 (file)
@@ -688,7 +688,7 @@ int main(int argc, char *argv[])
                use_bloom = 0;
 
        if (!num_threads)
-               num_threads = cpus_online();
+               num_threads = cpus_configured();
 
        if (argc == optind)
                return usage(argv);