mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-09 20:55:18 +07:00
KVM: remove redundant prototype of load_pdptrs()
This patch removes redundant prototype of load_pdptrs(). I found load_pdptrs() twice in kvm_host.h. Let's remove one. Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
0e4176a15f
commit
ad91f8ffbb
@ -670,7 +670,6 @@ void kvm_mmu_invlpg(struct kvm_vcpu *vcpu, gva_t gva);
|
|||||||
void kvm_enable_tdp(void);
|
void kvm_enable_tdp(void);
|
||||||
void kvm_disable_tdp(void);
|
void kvm_disable_tdp(void);
|
||||||
|
|
||||||
int load_pdptrs(struct kvm_vcpu *vcpu, unsigned long cr3);
|
|
||||||
int complete_pio(struct kvm_vcpu *vcpu);
|
int complete_pio(struct kvm_vcpu *vcpu);
|
||||||
bool kvm_check_iopl(struct kvm_vcpu *vcpu);
|
bool kvm_check_iopl(struct kvm_vcpu *vcpu);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user