提交 e338125b 编写于 作者: T Thomas Gleixner

nohz: adjust tick_nohz_stop_sched_tick() call of s390 as well

Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册