projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
096586f
)
KVM: VMX: Drop a duplicate declaration of construct_eptp()
author
Sean Christopherson
<sean.j.christopherson@intel.com>
Thu, 16 Jul 2020 03:41:16 +0000
(20:41 -0700)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Thu, 30 Jul 2020 22:13:47 +0000
(18:13 -0400)
Remove an extra declaration of construct_eptp() from vmx.h.
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Message-Id: <
20200716034122
.5998-4-sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmx.h
patch
|
blob
|
history
diff --git
a/arch/x86/kvm/vmx/vmx.h
b/arch/x86/kvm/vmx/vmx.h
index
0d06951
..
0e8d25b
100644
(file)
--- a/
arch/x86/kvm/vmx/vmx.h
+++ b/
arch/x86/kvm/vmx/vmx.h
@@
-537,8
+537,6
@@
static inline struct vmcs *alloc_vmcs(bool shadow)
GFP_KERNEL_ACCOUNT);
}
-u64 construct_eptp(struct kvm_vcpu *vcpu, unsigned long root_hpa);
-
static inline void decache_tsc_multiplier(struct vcpu_vmx *vmx)
{
vmx->current_tsc_ratio = vmx->vcpu.arch.tsc_scaling_ratio;