Loading drivers/cpuidle/lpm-levels.c +1 −1 Original line number Diff line number Diff line Loading @@ -642,7 +642,7 @@ static int cpu_power_select(struct cpuidle_device *dev, next_wakeup_us = next_event_us - lvl_latency_us; } if (!i) { if (!i && !cpu_isolated(dev->cpu)) { /* * If the next_wake_us itself is not sufficient for * deeper low power modes than clock gating do not Loading Loading
drivers/cpuidle/lpm-levels.c +1 −1 Original line number Diff line number Diff line Loading @@ -642,7 +642,7 @@ static int cpu_power_select(struct cpuidle_device *dev, next_wakeup_us = next_event_us - lvl_latency_us; } if (!i) { if (!i && !cpu_isolated(dev->cpu)) { /* * If the next_wake_us itself is not sufficient for * deeper low power modes than clock gating do not Loading