mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
nohz: adjust tick_nohz_stop_sched_tick() call of s390 as well
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
9b610fda0d
commit
e338125b8a
|
|
@ -142,7 +142,7 @@ static void default_idle(void)
|
|||
void cpu_idle(void)
|
||||
{
|
||||
for (;;) {
|
||||
tick_nohz_stop_sched_tick();
|
||||
tick_nohz_stop_sched_tick(1);
|
||||
while (!need_resched())
|
||||
default_idle();
|
||||
tick_nohz_restart_sched_tick();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user