diff options
| author | Sean Christopherson <seanjc@google.com> | 2026-05-30 01:22:00 +0300 |
|---|---|---|
| committer | Sean Christopherson <seanjc@google.com> | 2026-06-03 15:37:20 +0300 |
| commit | e688ca78589df501ea4465f6e9c063340e684f8b (patch) | |
| tree | 1ba34cd4cade9d7c9646d070ae460c005a9764a1 | |
| parent | bc87aec39399f5dbcb83eb3ebbce0b0beb57e893 (diff) | |
| download | linux-e688ca78589df501ea4465f6e9c063340e684f8b.tar.xz | |
KVM: x86: Drop defunct vcpu_tsc_khz() declaration
Remove a dead vcpu_tsc_khz() declaration. No functional change intended.
Reviewed-by: Kai Huang <kai.huang@intel.com>
Reviewed-by: Yosry Ahmed <yosry@kernel.org>
Link: https://patch.msgid.link/20260529222223.870923-18-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
| -rw-r--r-- | arch/x86/include/asm/kvm_host.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index f5a35136ebb8..87331068dac5 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h @@ -2156,8 +2156,6 @@ int load_pdptrs(struct kvm_vcpu *vcpu, unsigned long cr3); extern bool tdp_enabled; -u64 vcpu_tsc_khz(struct kvm_vcpu *vcpu); - /* * EMULTYPE_NO_DECODE - Set when re-emulating an instruction (after completing * userspace I/O) to indicate that the emulation context |
