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

Skip to content
Commit 0c0e0da6 authored by Junjie Wu's avatar Junjie Wu
Browse files

idle: Move arch_cpu_idle_enter/exit outside tick_nohz_idle_enter/exit



arch_cpu_idle_enter/exit() send out idle notifications. Notifier
client might want to reschedule timers in the notification. However,
tick_nohz_idle_enter() would have already decided next wake up jiffy,
which could be beyond the client timer's expiration jiffy.

Move arch_cpu_idle_enter/exit() outside tick_nohz_idle_enter/exit()
so timer modification can affect next idle wake up.

Change-Id: Ifcfc06a12b0637b72d0adf0a930cac518eb74bc7
Signed-off-by: default avatarJunjie Wu <junjiew@codeaurora.org>
parent 9f25a3ef
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment