SCD_MSG_SCHEDULE_PROCESS: stay on current CPU if set in process' CPU mask
Change-Id: I347fe61f8123792648747ec9bf856a9340ea9d9b
This commit is contained in:
committed by
Masamichi Takagi
parent
eca107f52d
commit
1070387ed2
@ -2646,7 +2646,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
|
||||
/* Partitioned execution, obtain CPU set */
|
||||
if (nr_processes > 0) {
|
||||
if (!target_core && nr_processes > 0) {
|
||||
struct get_cpu_set_arg cpu_set_arg;
|
||||
int mcexec_linux_numa = 0;
|
||||
int ikc_mapped = 0;
|
||||
|
||||
Reference in New Issue
Block a user