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

Commit 83285ed8 authored by Todd Poynor's avatar Todd Poynor Committed by Dmitry Shmidt
Browse files

ANDROID: ARM: Call idle notifiers



Change-Id: Id833e61c13baa1783705ac9e9046d1f0cc90c95e
Acked-by: default avatarNicolas Pitre <nicolas.pitre@linaro.org>
Signed-off-by: default avatarTodd Poynor <toddpoynor@google.com>
parent 5ee34129
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ void arch_cpu_idle_prepare(void)

void arch_cpu_idle_enter(void)
{
	idle_notifier_call_chain(IDLE_START);
	ledtrig_cpu(CPU_LED_IDLE_START);
#ifdef CONFIG_PL310_ERRATA_769419
	wmb();
@@ -89,6 +90,7 @@ void arch_cpu_idle_enter(void)
void arch_cpu_idle_exit(void)
{
	ledtrig_cpu(CPU_LED_IDLE_END);
	idle_notifier_call_chain(IDLE_END);
}

void __show_regs(struct pt_regs *regs)