|
@@ -92,7 +92,7 @@ static void __init cps_smp_setup(void)
|
|
#ifdef CONFIG_MIPS_MT_FPAFF
|
|
#ifdef CONFIG_MIPS_MT_FPAFF
|
|
/* If we have an FPU, enroll ourselves in the FPU-full mask */
|
|
/* If we have an FPU, enroll ourselves in the FPU-full mask */
|
|
if (cpu_has_fpu)
|
|
if (cpu_has_fpu)
|
|
- cpu_set(0, mt_fpu_cpumask);
|
|
|
|
|
|
+ cpumask_set_cpu(0, &mt_fpu_cpumask);
|
|
#endif /* CONFIG_MIPS_MT_FPAFF */
|
|
#endif /* CONFIG_MIPS_MT_FPAFF */
|
|
}
|
|
}
|
|
|
|
|