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

Commit e338125b authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

nohz: adjust tick_nohz_stop_sched_tick() call of s390 as well

parent 9b610fda
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -142,7 +142,7 @@ static void default_idle(void)
void cpu_idle(void)
void cpu_idle(void)
{
{
	for (;;) {
	for (;;) {
		tick_nohz_stop_sched_tick();
		tick_nohz_stop_sched_tick(1);
		while (!need_resched())
		while (!need_resched())
			default_idle();
			default_idle();
		tick_nohz_restart_sched_tick();
		tick_nohz_restart_sched_tick();