Re: [RFC] tick_sched_timer() is not properly aligned, fixed by chance
From: Thomas Gleixner
Date: Thu Apr 06 2023 - 07:08:37 EST
On Thu, Apr 06 2023 at 12:55, Peter Zijlstra wrote:
> On Thu, Apr 06, 2023 at 11:57:35AM +0200, Sebastian Andrzej Siewior wrote:
>
>> The tick_sched_timer story is that it uses ktime_get() to set the
>
> But but but, ktime_get() does not use sched_clock(), it has it's own TSC
> reader.
Correct and at that point during early boot the clocksource which feeds
ktime_get() should be jiffies and not some other random clocksource.
Sebastian, can you please evaluate which clocksource is used for
ktime_get() at the point where the first clock event device is set up?
Thanks,
tglx