We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555701a commit 4111558Copy full SHA for 4111558
arch/s390/kernel/time.c
@@ -237,7 +237,7 @@ static u64 read_tod_clock(struct clocksource *cs)
237
preempt_disable(); /* protect from changes to steering parameters */
238
now = get_tod_clock();
239
adj = tod_steering_end - now;
240
- if (unlikely((s64) adj >= 0))
+ if (unlikely((s64) adj > 0))
241
/*
242
* manually steer by 1 cycle every 2^16 cycles. This
243
* corresponds to shifting the tod delta by 15. 1s is
0 commit comments