Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06f8d00e authored by Ingo Molnar's avatar Ingo Molnar
Browse files

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



fix typo.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent eb53fac5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;