Przeglądaj źródła

sched/clock: Remove watchdog touching

Commit:

  2bacec8c318c ("sched: touch softlockup watchdog after idling")

introduced the touch_softlockup_watchdog_sched() call without
justification and I feel sched_clock management is not the right
place, it should only be concerned with producing semi coherent time.

If this causes watchdog thingies, we can find a better place.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Peter Zijlstra 8 lat temu
rodzic
commit
3067a33d5f
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      kernel/sched/clock.c

+ 0 - 1
kernel/sched/clock.c

@@ -418,7 +418,6 @@ void sched_clock_idle_wakeup_event(void)
 		return;
 		return;
 
 
 	sched_clock_tick();
 	sched_clock_tick();
-	touch_softlockup_watchdog_sched();
 }
 }
 EXPORT_SYMBOL_GPL(sched_clock_idle_wakeup_event);
 EXPORT_SYMBOL_GPL(sched_clock_idle_wakeup_event);