kernel/kernel/trace/trace_hwlat.c
.. .. @@ -280,7 +280,7 @@ 280 280 * of this thread, than stop migrating for the duration 281 281 * of the current test. 282 282 */ 283 - if (!cpumask_equal(current_mask, ¤t->cpus_allowed))283 + if (!cpumask_equal(current_mask, current->cpus_ptr))284 284 goto disable; 285 285 286 286 get_online_cpus();