mcexec: -n: topology aware partitioned execution
This commit is contained in:
@@ -265,6 +265,8 @@ struct thread *create_thread(unsigned long user_pc,
|
||||
goto err;
|
||||
}
|
||||
|
||||
dkprintf("%s: pid: %d, CPU: %d\n",
|
||||
__FUNCTION__, proc->pid, cpu);
|
||||
CPU_SET(cpu, &thread->cpu_set);
|
||||
cpu_set_empty = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user