Loading vl.c +1 −3 Original line number Diff line number Diff line Loading @@ -801,11 +801,9 @@ static void smp_parse(const char *optarg) threads = threads > 0 ? threads : 1; cores = smp / (sockets * threads); } else { if (sockets) { threads = smp / (cores * sockets); } } } smp_cpus = smp; smp_cores = cores > 0 ? cores : 1; smp_threads = threads > 0 ? threads : 1; Loading Loading
vl.c +1 −3 Original line number Diff line number Diff line Loading @@ -801,11 +801,9 @@ static void smp_parse(const char *optarg) threads = threads > 0 ? threads : 1; cores = smp / (sockets * threads); } else { if (sockets) { threads = smp / (cores * sockets); } } } smp_cpus = smp; smp_cores = cores > 0 ? cores : 1; smp_threads = threads > 0 ? threads : 1; Loading