mcexec_get_cpuset(): save CPU set and IKC target cpu in per-process data

This commit is contained in:
Balazs Gerofi
2016-12-18 13:43:19 +09:00
parent 91373337ba
commit 6a5fe90f98
2 changed files with 16 additions and 0 deletions

View File

@@ -198,6 +198,8 @@ struct mcctrl_per_proc_data {
struct list_head per_thread_data_hash[MCCTRL_PER_THREAD_DATA_HASH_SIZE];
rwlock_t per_thread_data_hash_lock[MCCTRL_PER_THREAD_DATA_HASH_SIZE];
cpumask_t cpu_set;
int ikc_target_cpu;
};
struct sysfsm_req {