]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
KVM: x86: Remove defunct kvm_load_segment_descriptor() declaration.
authorSean Christopherson <seanjc@google.com>
Fri, 29 May 2026 22:22:12 +0000 (15:22 -0700)
committerSean Christopherson <seanjc@google.com>
Wed, 3 Jun 2026 12:38:05 +0000 (05:38 -0700)
Remove a dead kvm_load_segment_descriptor() declaration, no functional
change intended.

Reviewed-by: Yosry Ahmed <yosry@kernel.org>
Link: https://patch.msgid.link/20260529222223.870923-30-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/include/asm/kvm_host.h

index 87331068dac5be4180a560a57aa41e6e4bd2f476..602aa5f0341333fa625ecda01aec46c1cdc6c23d 100644 (file)
@@ -2275,7 +2275,6 @@ int kvm_emulate_wbinvd(struct kvm_vcpu *vcpu);
 
 void kvm_get_segment(struct kvm_vcpu *vcpu, struct kvm_segment *var, int seg);
 void kvm_set_segment(struct kvm_vcpu *vcpu, struct kvm_segment *var, int seg);
-int kvm_load_segment_descriptor(struct kvm_vcpu *vcpu, u16 selector, int seg);
 void kvm_vcpu_deliver_sipi_vector(struct kvm_vcpu *vcpu, u8 vector);
 
 int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index,