diff options
| author | Peter Zijlstra <[email protected]> | 2021-08-20 10:33:05 +0000 |
|---|---|---|
| committer | Peter Zijlstra <[email protected]> | 2021-08-20 10:33:05 +0000 |
| commit | c94d89fafa49ba70fedbb01cb52dfbbdd7dc0986 (patch) | |
| tree | ca4af4efcc3ac38dcb26ccf99acf62f7d30ebcc3 /init/init_task.c | |
| parent | Linux 5.14-rc6 (diff) | |
| parent | sched: Introduce dl_task_check_affinity() to check proposed affinity (diff) | |
| download | kernel-c94d89fafa49ba70fedbb01cb52dfbbdd7dc0986.tar.gz kernel-c94d89fafa49ba70fedbb01cb52dfbbdd7dc0986.zip | |
Merge branch 'sched/core'
Diffstat (limited to 'init/init_task.c')
| -rw-r--r-- | init/init_task.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/init_task.c b/init/init_task.c index 562f2ef8d157..2d024066e27b 100644 --- a/init/init_task.c +++ b/init/init_task.c @@ -80,6 +80,7 @@ struct task_struct init_task .normal_prio = MAX_PRIO - 20, .policy = SCHED_NORMAL, .cpus_ptr = &init_task.cpus_mask, + .user_cpus_ptr = NULL, .cpus_mask = CPU_MASK_ALL, .nr_cpus_allowed= NR_CPUS, .mm = NULL, |
