* Tony Lindgren <tony@xxxxxxxxxxx> [181212 17:53]: > * Russell King <rmk+kernel@xxxxxxxxxxxxxxx> [181212 11:49]: > > We call tick_broadcast_enter() in omap_enter_idle_coupled(), which one > > would expect would take care of the issue, but internally this only > > deals with one-shot local timers - tick_broadcast_enable() on the other > > hand only deals with periodic local timers. So, we need to call both. > > This works just fine for me for NO_HZ and cpuidle: > > Tested-by: Tony Lindgren <tony@xxxxxxxxxxx> And also works for me without NO_HZ too FYI. Tony