kernel/fs/proc/array.c
.. .. @@ -381,9 +381,9 @@ 381 381 static void task_cpus_allowed(struct seq_file *m, struct task_struct *task) 382 382 { 383 383 seq_printf(m, "Cpus_allowed:\t%*pb\n", 384 - cpumask_pr_args(&task->cpus_allowed));384 + cpumask_pr_args(task->cpus_ptr));385 385 seq_printf(m, "Cpus_allowed_list:\t%*pbl\n", 386 - cpumask_pr_args(&task->cpus_allowed));386 + cpumask_pr_args(task->cpus_ptr));387 387 } 388 388 389 389 static inline void task_core_dumping(struct seq_file *m, struct mm_struct *mm)