Re: [PATCH v3 08/10] clocksource/drivers/hyper-v: Handle sched_clock differences inline

2021-03-02 Thread Daniel Lezcano
On 02/03/2021 22:38, Michael Kelley wrote: > While the Hyper-V Reference TSC code is architecture neutral, the > pv_ops.time.sched_clock() function is implemented for x86/x64, but not > for ARM64. Current code calls a utility function under arch/x86 (and > coming, under arch/arm64) to handle the di

[PATCH v3 08/10] clocksource/drivers/hyper-v: Handle sched_clock differences inline

2021-03-02 Thread Michael Kelley
While the Hyper-V Reference TSC code is architecture neutral, the pv_ops.time.sched_clock() function is implemented for x86/x64, but not for ARM64. Current code calls a utility function under arch/x86 (and coming, under arch/arm64) to handle the difference. Change this approach to handle the diffe