uti: util_indicate_clone: check --enable-uti mcexec option

Change-Id: Ic7474d01c18acd1edbc07844d7a7b010b2175f71
This commit is contained in:
Masamichi Takagi
2021-02-22 11:21:36 +09:00
parent 90895cfb1f
commit 19cb302d5f
7 changed files with 12 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ init_process(struct process *proc, struct process *parent)
sizeof(struct rlimit) * MCK_RLIM_MAX);
memcpy(&proc->cpu_set, &parent->cpu_set,
sizeof(proc->cpu_set));
proc->enable_uti = parent->enable_uti;
}
INIT_LIST_HEAD(&proc->hash_list);