• P
    sched/clock: Remove watchdog touching · 3067a33d
    Peter Zijlstra 提交于
    Commit:
    
      2bacec8c ("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: NPeter 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: NIngo Molnar <mingo@kernel.org>
    3067a33d
clock.c 11.0 KB