Merge tag 'hwmon-for-linus-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
[firefly-linux-kernel-4.4.55.git] / arch / mips / kernel / process.c
index d295bd1e4996e28224be2a9c286b2f1b87d8b85d..f2975d4d1e449cc948d84dacac736451a3144cf9 100644 (file)
@@ -49,7 +49,7 @@
 void arch_cpu_idle_dead(void)
 {
        /* What the heck is this check doing ? */
-       if (!cpu_isset(smp_processor_id(), cpu_callin_map))
+       if (!cpumask_test_cpu(smp_processor_id(), &cpu_callin_map))
                play_dead();
 }
 #endif