Re: [PATCH] x86/hyperv: Initialize clockevents after LAPIC is initialized

2021-01-17 Thread Wei Liu
On Sat, Jan 16, 2021 at 10:48:04PM +, Michael Kelley wrote: > From: Dexuan Cui Sent: Saturday, January 16, 2021 2:32 > PM > > > > Fixes: 4df4cb9e99f8 ("x86/hyperv: Initialize clockevents earlier in CPU > > onlining") > > Signed-off-by: Dexuan Cui > > --- > > arch/x86/hyperv/hv_init.c | 29

RE: [PATCH] x86/hyperv: Initialize clockevents after LAPIC is initialized

2021-01-16 Thread Michael Kelley
From: Dexuan Cui Sent: Saturday, January 16, 2021 2:32 PM > > With commit 4df4cb9e99f8, the Hyper-V direct-mode STIMER is actually > initialized before LAPIC is initialized: see > > apic_intr_mode_init() > > x86_platform.apic_post_init() > hyperv_init() > hv_stimer_alloc() >