On Mon, Jan 05, 2026 at 12:05:11PM +0100, Juergen Gross wrote: > The only user of paravirt_sched_clock() is in tsc.c, so move the code > from paravirt.c and paravirt.h to tsc.c. > > Signed-off-by: Juergen Gross <[email protected]> > Acked-by: Peter Zijlstra (Intel) <[email protected]> > --- > arch/x86/include/asm/paravirt.h | 12 ------------ > arch/x86/include/asm/timer.h | 1 + > arch/x86/kernel/kvmclock.c | 1 + > arch/x86/kernel/paravirt.c | 7 ------- > arch/x86/kernel/tsc.c | 10 +++++++++- > arch/x86/xen/time.c | 1 + > drivers/clocksource/hyperv_timer.c | 2 ++
Acked-by: Wei Liu (Microsoft) <[email protected]>
