]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sched/clock: Remove watchdog touching
authorPeter Zijlstra <peterz@infradead.org>
Fri, 21 Apr 2017 10:42:03 +0000 (12:42 +0200)
committerIngo Molnar <mingo@kernel.org>
Mon, 15 May 2017 08:15:19 +0000 (10:15 +0200)
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>
kernel/sched/clock.c

index 750a92c9db7e360e9d50bdedf4cbe0a6289f666f..c30c05f05d6fff56001c6cb0ff9c804c45edb735 100644 (file)
@@ -418,7 +418,6 @@ void sched_clock_idle_wakeup_event(void)
                return;
 
        sched_clock_tick();
-       touch_softlockup_watchdog_sched();
 }
 EXPORT_SYMBOL_GPL(sched_clock_idle_wakeup_event);