]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
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)
commit3067a33d5fec856bb297d58e7f03411d060ccdee
tree5ba9939e301781423396ac7db1c9d764f7dfec51
parentac1e843f0900bea92fcb47f6205e1f9ffb0d469c
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>
kernel/sched/clock.c