aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kvm/vmx/ops.h')
-rw-r--r--arch/x86/kvm/vmx/ops.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/vmx/ops.h b/arch/x86/kvm/vmx/ops.h
index b8e50f76fefc..2200fb698dd0 100644
--- a/arch/x86/kvm/vmx/ops.h
+++ b/arch/x86/kvm/vmx/ops.h
@@ -146,7 +146,6 @@ static __always_inline void vmcs_write64(unsigned long field, u64 value)
__vmcs_writel(field, value);
#ifndef CONFIG_X86_64
- asm volatile ("");
__vmcs_writel(field+1, value >> 32);
#endif
}