]> asedeno.scripts.mit.edu Git - linux.git/commit
clocksource/drivers/hyperv: Allocate Hyper-V TSC page statically
authorTianyu Lan <Tianyu.Lan@microsoft.com>
Wed, 14 Aug 2019 12:32:15 +0000 (20:32 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 23 Aug 2019 14:59:53 +0000 (16:59 +0200)
commitadb87ff4f96c9700718e09c97a804124d5cd61ff
tree477a173e4b350b879c369d07e2af20f9bdfefff7
parentdce3e8fd039cc1b62760b3ad6822cf04c262cd0e
clocksource/drivers/hyperv: Allocate Hyper-V TSC page statically

Prepare to add Hyper-V sched clock callback and move Hyper-V Reference TSC
initialization much earlier in the boot process.  Earlier initialization is
needed so that it happens while the timestamp value is still 0 and no
discontinuity in the timestamp will occur when pv_ops.time.sched_clock
calculates its offset.

The earlier initialization requires that the Hyper-V TSC page be allocated
statically instead of with vmalloc(), so fixup the references to the TSC
page and the method of getting its physical address.

Signed-off-by: Tianyu Lan <Tianyu.Lan@microsoft.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lkml.kernel.org/r/20190814123216.32245-2-Tianyu.Lan@microsoft.com
arch/x86/entry/vdso/vma.c
drivers/clocksource/hyperv_timer.c