Skip to content

Commit f291a35

Browse files
Sean Christophersonbonzini
authored andcommitted
KVM: VMX: Drop a duplicate declaration of construct_eptp()
Remove an extra declaration of construct_eptp() from vmx.h. Signed-off-by: Sean Christopherson <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 096586f commit f291a35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/x86/kvm/vmx/vmx.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,6 @@ static inline struct vmcs *alloc_vmcs(bool shadow)
537537
GFP_KERNEL_ACCOUNT);
538538
}
539539

540-
u64 construct_eptp(struct kvm_vcpu *vcpu, unsigned long root_hpa);
541-
542540
static inline void decache_tsc_multiplier(struct vcpu_vmx *vmx)
543541
{
544542
vmx->current_tsc_ratio = vmx->vcpu.arch.tsc_scaling_ratio;

0 commit comments

Comments
 (0)