diff --git a/[refs] b/[refs] index 0bd3ccee962c..1d490b59e453 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2f8975fbcf07103afab0bbaea5f5b1a9967ffb86 +refs/heads/master: 651f8118cf0a5724f23fe1de4a3d9d36b2e01c2e diff --git a/trunk/lib/smp_processor_id.c b/trunk/lib/smp_processor_id.c index 0f8fc22ed103..4689cb073da4 100644 --- a/trunk/lib/smp_processor_id.c +++ b/trunk/lib/smp_processor_id.c @@ -22,7 +22,7 @@ notrace unsigned int debug_smp_processor_id(void) * Kernel threads bound to a single CPU can safely use * smp_processor_id(): */ - if (cpus_equal(current->cpus_allowed, cpumask_of_cpu(this_cpu))) + if (cpumask_equal(¤t->cpus_allowed, cpumask_of(this_cpu))) goto out; /*