]> git.baikalelectronics.ru Git - kernel.git/commit
clocksource/drivers/hyperv: Add Hyper-V specific sched clock function
authorTianyu Lan <Tianyu.Lan@microsoft.com>
Wed, 14 Aug 2019 12:32:16 +0000 (20:32 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 23 Aug 2019 14:59:54 +0000 (16:59 +0200)
commit760a33415d5e081510cd5301c34c877a8e9bb926
tree90b8fe8d71a849f6066d1c2ba7500dba0fca9819
parent1c1ba5b2efda7d42fd2e4350de7f6fdcc64d3604
clocksource/drivers/hyperv: Add Hyper-V specific sched clock function

Hyper-V guests use the default native_sched_clock() in
pv_ops.time.sched_clock on x86. But native_sched_clock() directly uses the
raw TSC value, which can be discontinuous in a Hyper-V VM.

Add the generic hv_setup_sched_clock() to set the sched clock function
appropriately. On x86, this sets pv_ops.time.sched_clock to read the
Hyper-V reference TSC value that is scaled and adjusted to be continuous.

Also move the Hyper-V reference TSC initialization much earlier in the boot
process so no discontinuity is observed when pv_ops.time.sched_clock
calculates its offset.

[ tglx: Folded build fix ]

Signed-off-by: Tianyu Lan <Tianyu.Lan@microsoft.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Link: https://lkml.kernel.org/r/20190814123216.32245-3-Tianyu.Lan@microsoft.com
arch/x86/hyperv/hv_init.c
arch/x86/kernel/cpu/mshyperv.c
drivers/clocksource/hyperv_timer.c
include/asm-generic/mshyperv.h