tree-wide: replace config_enabled() with IS_ENABLED()
[deliverable/linux.git] / arch / mips / kernel / smp-cps.c
index 4ed36f288d64600610bca35e30e96be472d08e8f..05b3201271b41f2ba73708ed73403ba5c0201abd 100644 (file)
@@ -46,8 +46,8 @@ static unsigned core_vpe_count(unsigned core)
        if (threads_disabled)
                return 1;
 
-       if ((!config_enabled(CONFIG_MIPS_MT_SMP) || !cpu_has_mipsmt)
-               && (!config_enabled(CONFIG_CPU_MIPSR6) || !cpu_has_vp))
+       if ((!IS_ENABLED(CONFIG_MIPS_MT_SMP) || !cpu_has_mipsmt)
+               && (!IS_ENABLED(CONFIG_CPU_MIPSR6) || !cpu_has_vp))
                return 1;
 
        mips_cm_lock_other(core, 0);
This page took 0.0246 seconds and 5 git commands to generate.