Commit e338125b authored by Thomas Gleixner's avatar Thomas Gleixner

nohz: adjust tick_nohz_stop_sched_tick() call of s390 as well

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 9b610fda
...@@ -142,7 +142,7 @@ static void default_idle(void) ...@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment