提交 06f8d00e 编写于 作者: I Ingo Molnar

cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.c, fix

fix typo.
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 eb53fac5
......@@ -23,7 +23,7 @@ notrace unsigned int debug_smp_processor_id(void)
* Kernel threads bound to a single CPU can safely use
* smp_processor_id():
*/
cpumask_of_cpu_ptr_next(this_mask, cpu);
cpumask_of_cpu_ptr_next(this_mask, this_cpu);
if (cpus_equal(current->cpus_allowed, *this_mask))
goto out;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册