[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 11/47] x86/tsc: Kill off x86_platform_ops.calibrate_{cpu,tsc}() hooks
- To: seanjc@xxxxxxxxxx
- From: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
- Date: Mon, 01 Jun 2026 22:51:31 +0100
- Authentication-results: eu.smtp.expurgate.cloud; dkim=pass header.s=casper.20170209 header.d=infradead.org header.i="@infradead.org" header.h="MIME-Version:Content-Type:in-reply-to:Date:Cc:To:From:Subject:Message-ID"
- Cc: pbonzini@xxxxxxxxxx, tglx@xxxxxxxxxx, mingo@xxxxxxxxxx, bp@xxxxxxxxx, dave.hansen@xxxxxxxxxxxxxxx, x86@xxxxxxxxxx, kas@xxxxxxxxxx, kys@xxxxxxxxxxxxx, haiyangz@xxxxxxxxxxxxx, wei.liu@xxxxxxxxxx, decui@xxxxxxxxxxxxx, longli@xxxxxxxxxxxxx, ajay.kaher@xxxxxxxxxxxx, alexey.makhalov@xxxxxxxxxxxx, jan.kiszka@xxxxxxxxxxx, luto@xxxxxxxxxx, peterz@xxxxxxxxxxxxx, jgross@xxxxxxxx, daniel.lezcano@xxxxxxxxxx, jstultz@xxxxxxxxxx, hpa@xxxxxxxxx, rick.p.edgecombe@xxxxxxxxx, vkuznets@xxxxxxxxxx, bcm-kernel-feedback-list@xxxxxxxxxxxx, boris.ostrovsky@xxxxxxxxxx, sboyd@xxxxxxxxxx, kvm@xxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, linux-coco@xxxxxxxxxxxxxxx, linux-hyperv@xxxxxxxxxxxxxxx, virtualization@xxxxxxxxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxxx, dwmw@xxxxxxxxxxxx, thomas.lendacky@xxxxxxx, nikunj@xxxxxxx, dwmw2@xxxxxxxxxxxxx, mhklinux@xxxxxxxxxxx, tglx@xxxxxxxxxxxxx
- Delivery-date: Mon, 01 Jun 2026 21:51:49 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On Fri, 29 May 2026 07:43:58 -0700, Sean Christopherson wrote:
> Now that getting the CPU and/or TSC frequencies from the hypervisor uses
> dedicated hooks, drop x86_platform_ops.calibrate_{cpu,tsc}() and instead
> directly invoke the correct helper at each phase of (re)calibration. In
> addition to eliminating unnecessary code, this makes it a bit more obvious
> when the "late" path invokes pit_hpet_ptimer_calibrate_cpu() instead of
> x86_platform_ops.calibrate_cpu().
>
> No functional change intended.
>
> Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx>
Reviewed-by: David Woodhouse <dwmw@xxxxxxxxxxxx>
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
|