Re: [PATCH v13 11/13] tsc: Switch to native sched clock
From: Nikunj A. Dadhania
Date: Tue Oct 22 2024 - 00:26:37 EST
On 10/21/2024 8:07 PM, Tom Lendacky wrote:
> On 10/21/24 00:51, Nikunj A Dadhania wrote:
>> Although the kernel switches over to stable TSC clocksource instead of PV
>> clocksource, the scheduler still keeps on using PV clocks as the sched
>> clock source. This is because the following KVM, Xen and VMWare, switches
>
> s/the following//
> s/switches/switch/
>
>> the paravirt sched clock handler in their init routines. The HyperV is the
>
> s/The HyperV/HyperV/
>
>> only PV clock source that checks if the platform provides invariant TSC and
>
> s/provides invariant/provides an invariant/
Sure, I will update the message.
Regards
Nikunj