Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc426891 authored by Santosh Mardi's avatar Santosh Mardi Committed by Gerrit - the friendly Code Review server
Browse files

drivers: soc: qcom: Handle CPU_PM_ENTER_FAILED notification



Mark PMU cache invalid if CPU_PM_ENTER fails.

Change-Id: Ieb2d34fcd94b99972443a3ade0458f9955281ffe
Signed-off-by: default avatarSantosh Mardi <gsantosh@codeaurora.org>
parent d77ee90d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -827,6 +827,7 @@ static int memlat_idle_notif(struct notifier_block *nb,
		}
		break;
	case CPU_PM_EXIT:
	case CPU_PM_ENTER_FAILED:
		__this_cpu_write(cpu_is_idle, false);
		set_pmu_cache_flag(PMU_CACHE_INVALID, cpu);
		break;