Re: [PATCH v8 clocksource 2/5] clocksource: Retry clock read if long delays detected

From: Thomas Gleixner
Date: Fri Apr 16 2021 - 16:45:35 EST


On Tue, Apr 13 2021 at 21:35, Paul E. McKenney wrote:
> #define WATCHDOG_INTERVAL (HZ >> 1)
> #define WATCHDOG_THRESHOLD (NSEC_PER_SEC >> 4)

Didn't we discuss that the threshold is too big ?