Loading drivers/cpuidle/lpm-levels-of.c +3 −0 Original line number Diff line number Diff line Loading @@ -410,6 +410,9 @@ bool lpm_cpu_mode_allow(unsigned int cpu, { struct lpm_level_avail *avail = cpu_level_available[cpu]; if (lpm_pdev && !index) return 1; if (!lpm_pdev || !avail) return !from_idle; Loading Loading
drivers/cpuidle/lpm-levels-of.c +3 −0 Original line number Diff line number Diff line Loading @@ -410,6 +410,9 @@ bool lpm_cpu_mode_allow(unsigned int cpu, { struct lpm_level_avail *avail = cpu_level_available[cpu]; if (lpm_pdev && !index) return 1; if (!lpm_pdev || !avail) return !from_idle; Loading