projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b55a814
)
KVM: vmx: remove duplicate vmx_mpx_supported() prototype
author
Chris J Arges
<
[email protected]
>
Tue, 29 Jul 2014 21:14:10 +0000
(16:14 -0500)
committer
Paolo Bonzini
<
[email protected]
>
Wed, 30 Jul 2014 15:43:57 +0000
(17:43 +0200)
Remove a prototype which was added by both
93c4adc7afe
and
36be0b9deb2
.
Signed-off-by: Chris J Arges <
[email protected]
>
Signed-off-by: Paolo Bonzini <
[email protected]
>
arch/x86/kvm/vmx.c
patch
|
blob
|
history
diff --git
a/arch/x86/kvm/vmx.c
b/arch/x86/kvm/vmx.c
index a3845b8e2b8003facb28582fc3e80de3d70a2627..e618f34bde2d795a8a86b4072df085b781d982ac 100644
(file)
--- a/
arch/x86/kvm/vmx.c
+++ b/
arch/x86/kvm/vmx.c
@@
-743,7
+743,6
@@
static u32 vmx_segment_access_rights(struct kvm_segment *var);
static void vmx_sync_pir_to_irr_dummy(struct kvm_vcpu *vcpu);
static void copy_vmcs12_to_shadow(struct vcpu_vmx *vmx);
static void copy_shadow_to_vmcs12(struct vcpu_vmx *vmx);
-static bool vmx_mpx_supported(void);
static DEFINE_PER_CPU(struct vmcs *, vmxarea);
static DEFINE_PER_CPU(struct vmcs *, current_vmcs);